From 7ff140f2c87cf693be43e1ea1699c02ac30fb58b Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Mon, 12 May 2025 11:29:49 +0300 Subject: games/wesnoth: prepare for Boost-1.88 (+) While here, backport upstream patches to build with clang19+/gcc15+ changes for type_traits --- games/wesnoth/files/patch-src_serialization_base64.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 games/wesnoth/files/patch-src_serialization_base64.cpp (limited to 'games/wesnoth/files/patch-src_serialization_base64.cpp') 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 + #include + + namespace { -- cgit v1.2.3