summaryrefslogtreecommitdiff
path: root/games/wesnoth/files/patch-src_serialization_base64.cpp
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2025-05-12 11:29:49 +0300
committerDima Panov <fluffy@FreeBSD.org>2025-05-13 13:27:43 +0300
commit7ff140f2c87cf693be43e1ea1699c02ac30fb58b (patch)
tree582fefc72fafb78c430b49125797b168ebfbc02e /games/wesnoth/files/patch-src_serialization_base64.cpp
parentsecurity/tpm2-abrmd: Assorted improvements to the port (diff)
games/wesnoth: prepare for Boost-1.88 (+)
While here, backport upstream patches to build with clang19+/gcc15+ changes for type_traits
Diffstat (limited to 'games/wesnoth/files/patch-src_serialization_base64.cpp')
-rw-r--r--games/wesnoth/files/patch-src_serialization_base64.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/wesnoth/files/patch-src_serialization_base64.cpp b/games/wesnoth/files/patch-src_serialization_base64.cpp
new file mode 100644
index 000000000000..28535fa62b83
--- /dev/null
+++ b/games/wesnoth/files/patch-src_serialization_base64.cpp
@@ -0,0 +1,10 @@
+--- src/serialization/base64.cpp.orig 2025-02-17 21:50:08 UTC
++++ src/serialization/base64.cpp
+@@ -15,6 +15,7 @@
+
+ #include "serialization/base64.hpp"
+
++#include <cstdint>
+ #include <string>
+
+ namespace {