aboutsummaryrefslogtreecommitdiff
path: root/libs/elektra/patches
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2023-11-16 16:34:06 -0800
committerRosen Penev <rosenp@gmail.com>2023-11-18 20:19:05 -0800
commit6386d1e9becc69d98d6a68dd9d003d54e4ac6363 (patch)
treee5fabfb1e14bdec25d07278841ff9004437d14d7 /libs/elektra/patches
parentc990f18f4c233eabcd4e3981ade615d480aea093 (diff)
elektra: fix compilation with GCC13
Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/elektra/patches')
-rw-r--r--libs/elektra/patches/010-gcc13.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/elektra/patches/010-gcc13.patch b/libs/elektra/patches/010-gcc13.patch
new file mode 100644
index 000000000..35195de2f
--- /dev/null
+++ b/libs/elektra/patches/010-gcc13.patch
@@ -0,0 +1,19 @@
+From 19fe46ecb796c0d30d66dd7e7038fd7f2d6f9bf4 Mon Sep 17 00:00:00 2001
+From: Florian Lindner <florian.lindner@student.tuwien.ac.at>
+Date: Thu, 8 Jun 2023 16:55:34 +0200
+Subject: [PATCH] bindings: include <cstdint> in key.hpp for uint8_t
+
+---
+ src/bindings/cpp/include/key.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/src/bindings/cpp/include/key.hpp
++++ b/src/bindings/cpp/include/key.hpp
+@@ -10,6 +10,7 @@
+ #define ELEKTRA_KEY_HPP
+
+ #include <cstdarg>
++#include <cstdint>
+ #include <cstring>
+ #include <functional>
+ #include <locale>