aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libhat/0002-fix-gcc.patch
blob: ed307759eebd889ba941fd9139c8804b00bef743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/include/libhat/compressed_pair.hpp b/include/libhat/compressed_pair.hpp
index 7bf839a..1b2be6c 100644
--- a/include/libhat/compressed_pair.hpp
+++ b/include/libhat/compressed_pair.hpp
@@ -4,6 +4,7 @@
     #include <tuple>
 #endif
 
+#include <cstddef>
 #include "defines.hpp"
 #include "type_traits.hpp"
 
diff --git a/include/libhat/strconv.hpp b/include/libhat/strconv.hpp
index f23d096..ad527fb 100644
--- a/include/libhat/strconv.hpp
+++ b/include/libhat/strconv.hpp
@@ -5,6 +5,7 @@
     #include <type_traits>
 #endif
 
+#include <cstdint>
 #include "concepts.hpp"
 #include "export.hpp"
 #include "result.hpp"