Index: net/quic/crypto/crypto_utils.cc |
diff --git a/net/quic/crypto/crypto_utils.cc b/net/quic/crypto/crypto_utils.cc |
index a0525205b8ae8871d7f10390548a3e5b28568b9d..b8c63eca7c1fc5e738a1c5ed912d72f22553f9d2 100644 |
--- a/net/quic/crypto/crypto_utils.cc |
+++ b/net/quic/crypto/crypto_utils.cc |
@@ -4,6 +4,8 @@ |
#include "net/quic/crypto/crypto_utils.h" |
+#include <memory> |
+ |
#include "crypto/hkdf.h" |
#include "crypto/secure_hash.h" |
#include "net/base/url_util.h" |