Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37768801
en ru br
ALT Linux repositórios
S:0.G-alt2

Group :: Jogos/Aventura
RPM: cataclysm-dda

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: gcc13-cstdint.patch
Download


From 99edf38643bd71f52f5878aa4445ff61fb5efa7d Mon Sep 17 00:00:00 2001
From: Reiner Herrmann <reiner@reiner-h.de>
Date: Wed, 14 Jun 2023 21:16:45 +0200
Subject: [PATCH] Fix build with GCC 13
Forwarded: https://github.com/CleverRaven/Cataclysm-DDA/pull/66195
Build was failing with:
  src/translation_document.h:46:14: error: ‘uint8_t’ in namespace ‘std’ does not name a type;
---
 src/translation_document.h | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/translation_document.h b/src/translation_document.h
index 1e20f6629a09e..9cb2a72830eee 100644
--- a/src/translation_document.h
+++ b/src/translation_document.h
@@ -7,6 +7,7 @@
 #include <memory>
 #include <string>
 #include <vector>
+#include <cstdint>
 
 #include "translation_plural_evaluator.h"
 
 
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