| Index: net/quic/crypto/null_encrypter.h
|
| diff --git a/net/quic/crypto/null_encrypter.h b/net/quic/crypto/null_encrypter.h
|
| index f9a54a006c79011169fed724cbdd0f89292f6632..c07495e7b5176aaf47d830ea31e95a64620b76d6 100644
|
| --- a/net/quic/crypto/null_encrypter.h
|
| +++ b/net/quic/crypto/null_encrypter.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef NET_QUIC_CRYPTO_NULL_ENCRYPTER_H_
|
| #define NET_QUIC_CRYPTO_NULL_ENCRYPTER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| #include "net/quic/crypto/quic_encrypter.h"
|
|
|
|
|