Index: net/quic/crypto/crypto_framer.cc |
diff --git a/net/quic/crypto/crypto_framer.cc b/net/quic/crypto/crypto_framer.cc |
index 8e04aef62bf8a2ac822e1c81b866b539b77a6406..9b2fc2d80af9fb52e0a86121da532a31d9f548c1 100644 |
--- a/net/quic/crypto/crypto_framer.cc |
+++ b/net/quic/crypto/crypto_framer.cc |
@@ -4,6 +4,8 @@ |
#include "net/quic/crypto/crypto_framer.h" |
+#include <memory> |
+ |
#include "base/strings/stringprintf.h" |
#include "net/quic/crypto/crypto_protocol.h" |
#include "net/quic/quic_data_reader.h" |