Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37584481
en ru br
ALT Linux repositórios
S:1.16.7-alt2.1
5.0: 1.4.7-alt1
4.1: 1.4.0-alt1
4.0: 1.4.5-alt0.M40.1
3.0: 1.0.1-alt1

Group :: Jogos/Estratégia
RPM: wesnoth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 0001-Fix-build-on-GCC13.patch
Download


From 0599b03d8bf37928520ef80007a5223db2a237d1 Mon Sep 17 00:00:00 2001
From: Artyom Bystrov <arbars@altlinux.org>
Date: Tue, 4 Jul 2023 11:56:26 +0300
Subject: [PATCH] Fix build on GCC13
---
 src/deprecation.hpp          | 2 +-
 src/serialization/base64.hpp | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/deprecation.hpp b/src/deprecation.hpp
index 33736df1b22..1f616a54fb2 100644
--- a/src/deprecation.hpp
+++ b/src/deprecation.hpp
@@ -13,7 +13,7 @@
 */
 
 #pragma once
-
+#include <cstdint>
 #include <string>
 
 /** See https://wiki.wesnoth.org/CompatibilityStandards for more info. */
diff --git a/src/serialization/base64.hpp b/src/serialization/base64.hpp
index dbb3b3d3265..2552604e137 100644
--- a/src/serialization/base64.hpp
+++ b/src/serialization/base64.hpp
@@ -17,6 +17,7 @@
 
 #include <string_view>
 #include <vector>
+#include <cstdint>
 
 namespace utils
 {
-- 
2.33.8
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009