Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37601463
en ru br
Репозитории ALT
S:1.16.7-alt2.1
5.1: 1.8.0-alt0.M51.1
4.1: 1.4.0-alt1
4.0: 1.4.5-alt0.M40.1
3.0: 1.0.1-alt1
www.altlinux.org/Changes

Группа :: Игры/Стратегия
Пакет: wesnoth

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0001-Fix-build-on-GCC13.patch
Скачать


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
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin