Index: net/quic/crypto/curve25519_key_exchange.cc |
diff --git a/net/quic/crypto/curve25519_key_exchange.cc b/net/quic/crypto/curve25519_key_exchange.cc |
index 3b8880453a38c4e3ea690b40e00f600b9295355c..8ed95aa26bc2cd9971ddffabd2a06d93b379ddf8 100644 |
--- a/net/quic/crypto/curve25519_key_exchange.cc |
+++ b/net/quic/crypto/curve25519_key_exchange.cc |
@@ -4,6 +4,7 @@ |
#include "net/quic/crypto/curve25519_key_exchange.h" |
+#include "base/basictypes.h" |
#include "base/logging.h" |
#include "crypto/curve25519.h" |
#include "net/quic/crypto/quic_random.h" |