13 lines
303 B
Diff
13 lines
303 B
Diff
|
needed for push_back on array
|
||
|
--
|
||
|
--- a/net/third_party/quiche/src/quiche/common/quiche_endian.h
|
||
|
+++ b/net/third_party/quiche/src/quiche/common/quiche_endian.h
|
||
|
@@ -6,6 +6,7 @@
|
||
|
#define QUICHE_COMMON_QUICHE_ENDIAN_H_
|
||
|
|
||
|
#include <algorithm>
|
||
|
+#include <array>
|
||
|
#include <cstdint>
|
||
|
#include <type_traits>
|
||
|
|