diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/spaceland/include_functional.patch | |
Diffstat (limited to 'vcpkg/ports/spaceland/include_functional.patch')
| -rw-r--r-- | vcpkg/ports/spaceland/include_functional.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/spaceland/include_functional.patch b/vcpkg/ports/spaceland/include_functional.patch new file mode 100644 index 0000000..66f69bf --- /dev/null +++ b/vcpkg/ports/spaceland/include_functional.patch @@ -0,0 +1,24 @@ +diff --git a/src/sl/connectivity.hpp b/src/sl/connectivity.hpp +index 1942c6c..1b66b9d 100644 +--- a/src/sl/connectivity.hpp ++++ b/src/sl/connectivity.hpp +@@ -26,6 +26,7 @@ + #include <sl/operators.hpp> + #include <sl/hash.hpp> + #include <cassert> ++#include <functional> + + namespace sl { + +diff --git a/src/sl/hash.hpp b/src/sl/hash.hpp +index 3093a13..5f5b144 100644 +--- a/src/sl/hash.hpp ++++ b/src/sl/hash.hpp +@@ -24,6 +24,7 @@ + #define SL_HASH_HPP + + #include <sl/utility.hpp> ++#include <functional> + + namespace sl { + |