| Index: net/quic/crypto/chacha20_poly1305_encrypter.h
|
| diff --git a/net/quic/crypto/chacha20_poly1305_encrypter.h b/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| index 5c68c124531e98b583002b1e976868404fd7a4fa..dfdfffe4547e7b6c1d7db8e6d5aab249a072a53f 100644
|
| --- a/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| +++ b/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef NET_QUIC_CRYPTO_CHACHA20_POLY1305_ENCRYPTER_H_
|
| #define NET_QUIC_CRYPTO_CHACHA20_POLY1305_ENCRYPTER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "net/quic/crypto/aead_base_encrypter.h"
|
|
|
| namespace net {
|
|
|