| Index: net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc
|
| diff --git a/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc b/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc
|
| index 7237e7e2ba457a6c83dab4bb9a7d40904373cb75..3b25cc4bca1c2f41a2e18a2a91632581547d247a 100644
|
| --- a/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc
|
| +++ b/net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "net/quic/crypto/chacha20_poly1305_rfc7539_encrypter.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "net/quic/crypto/chacha20_poly1305_rfc7539_decrypter.h"
|
| #include "net/quic/test_tools/quic_test_utils.h"
|
|
|
|
|