| Index: net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_encrypter.h b/net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| index 2b432fbc262e5e32bc19b29cc6217ae4892ed046..f2f7b4145f710da7db76017c3976ca8ac446804e 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| +++ b/net/quic/crypto/aes_128_gcm_12_encrypter.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef NET_QUIC_CRYPTO_AES_128_GCM_12_ENCRYPTER_H_
|
| #define NET_QUIC_CRYPTO_AES_128_GCM_12_ENCRYPTER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "net/quic/crypto/aead_base_encrypter.h"
|
|
|
| namespace net {
|
|
|