mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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>
|
|
|