Index: net/quic/quic_crypto_server_stream.cc |
diff --git a/net/quic/quic_crypto_server_stream.cc b/net/quic/quic_crypto_server_stream.cc |
index cee73caa62c4918a108b4c7ce58cef1d96549b79..26479489340734cf4857f99b82912bf814b250c9 100644 |
--- a/net/quic/quic_crypto_server_stream.cc |
+++ b/net/quic/quic_crypto_server_stream.cc |
@@ -4,6 +4,8 @@ |
#include "net/quic/quic_crypto_server_stream.h" |
+#include <memory> |
+ |
#include "base/base64.h" |
#include "crypto/secure_hash.h" |
#include "net/quic/crypto/crypto_protocol.h" |