| Index: net/quic/crypto/aead_base_decrypter.h
|
| diff --git a/net/quic/crypto/aead_base_decrypter.h b/net/quic/crypto/aead_base_decrypter.h
|
| index edb06d0f6a0bc324dfd0e01b91bac9d79766142f..39cc555fb52e5bb6ac637486792f4248a1bd68e3 100644
|
| --- a/net/quic/crypto/aead_base_decrypter.h
|
| +++ b/net/quic/crypto/aead_base_decrypter.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef NET_QUIC_CRYPTO_AEAD_BASE_DECRYPTER_H_
|
| #define NET_QUIC_CRYPTO_AEAD_BASE_DECRYPTER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "net/quic/crypto/quic_decrypter.h"
|
|
|
| #if defined(USE_OPENSSL)
|
|
|