blob: 405a6aeb9bd7d6e9af6fbea006126e80ffd815cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/net/third_party/quiche/overrides/quiche_platform_impl/quiche_logging_impl.h b/net/third_party/quiche/overrides/quiche_platform_impl/quiche_logging_impl.h
index 8ff5e27f8..326ed9307 100644
--- a/net/third_party/quiche/overrides/quiche_platform_impl/quiche_logging_impl.h
+++ b/net/third_party/quiche/overrides/quiche_platform_impl/quiche_logging_impl.h
@@ -5,6 +5,8 @@
#ifndef NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_LOGGING_IMPL_H_
#define NET_THIRD_PARTY_QUICHE_OVERRIDES_QUICHE_PLATFORM_IMPL_QUICHE_LOGGING_IMPL_H_
+#include <vector>
+
#include "base/check_op.h"
#include "base/logging.h"
#include "base/notreached.h"
|