summaryrefslogtreecommitdiff
path: root/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-09-17 21:00:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-09-25 21:50:03 +0200
commit073d99a8b494e85cc634aba706234b7474a79962 (patch)
treeb1eb941b96b8c51c9d11e03b1c73f9c0abb2848c /dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch
parent5696e18fb8ebbc6ecc50db0d4e3b9559e5902574 (diff)
downloadgentoo-073d99a8b494e85cc634aba706234b7474a79962.tar.gz
gentoo-073d99a8b494e85cc634aba706234b7474a79962.tar.bz2
gentoo-073d99a8b494e85cc634aba706234b7474a79962.zip
dev-cpp/robin-hood-hashing: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch')
-rw-r--r--dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch b/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch
deleted file mode 100644
index e5f10b7a0126..000000000000
--- a/dev-cpp/robin-hood-hashing/files/robin-hood-hashing-include-cstdint.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/include/robin_hood.h b/src/include/robin_hood.h
-index b4e0fbc..b83eaef 100644
---- a/src/include/robin_hood.h
-+++ b/src/include/robin_hood.h
-@@ -39,6 +39,7 @@
- #define ROBIN_HOOD_VERSION_PATCH 5 // for backwards-compatible bug fixes
-
- #include <algorithm>
-+#include <cstdint>
- #include <cstdlib>
- #include <cstring>
- #include <functional>