aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libhat/0002-fix-gcc.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/libhat/0002-fix-gcc.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/libhat/0002-fix-gcc.patch')
-rw-r--r--vcpkg/ports/libhat/0002-fix-gcc.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/libhat/0002-fix-gcc.patch b/vcpkg/ports/libhat/0002-fix-gcc.patch
new file mode 100644
index 0000000..ed30775
--- /dev/null
+++ b/vcpkg/ports/libhat/0002-fix-gcc.patch
@@ -0,0 +1,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"