Files
meta-games/recipes-games/wesnoth/files/cstdint_include.patch
Marko Lindqvist 4e72294ed4 wesnoth: Update to 1.16.9
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
2023-06-22 22:48:46 +03:00

26 lines
866 B
Diff

Upstream-Status: Pending
diff -Nurd wesnoth-1.16.9/src/deprecation.hpp wesnoth-1.16.9/src/deprecation.hpp
--- wesnoth-1.16.9/src/deprecation.hpp 2023-04-16 04:16:27.000000000 +0300
+++ wesnoth-1.16.9/src/deprecation.hpp 2023-06-20 07:52:11.725014316 +0300
@@ -15,6 +15,7 @@
#pragma once
#include <string>
+#include <cstdint>
/** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */
enum class DEP_LEVEL : uint8_t { INDEFINITE = 1, PREEMPTIVE, FOR_REMOVAL, REMOVED };
diff -Nurd wesnoth-1.16.9/src/serialization/base64.hpp wesnoth-1.16.9/src/serialization/base64.hpp
--- wesnoth-1.16.9/src/serialization/base64.hpp 2023-04-16 04:16:27.000000000 +0300
+++ wesnoth-1.16.9/src/serialization/base64.hpp 2023-06-20 08:13:30.857173165 +0300
@@ -17,6 +17,7 @@
#include <string_view>
#include <vector>
+#include <cstdint>
namespace utils
{