Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37048536
en ru br
ALT Linux repos
S:4.6-alt3
5.0: 2.4-alt3
4.1: 2.4-alt2
4.0: 2.4-alt2
3.0: 2.4-alt1

Other repositories

Group :: Development/Tools
RPM: ccache

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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


From b3e29911ab2cc0e6012fae8d937b33f19918b4a0 Mon Sep 17 00:00:00 2001
From: Artyom Bystrov <arbars@altlinux.org>
Date: Tue, 11 Jul 2023 13:05:08 +0300
Subject: [PATCH] Fix build on GCC13
---
 src/Stat.hpp           | 1 +
 src/util/TextTable.hpp | 1 +
 2 files changed, 2 insertions(+)
diff --git a/src/Stat.hpp b/src/Stat.hpp
index 2f56214a..c4196b4f 100644
--- a/src/Stat.hpp
+++ b/src/Stat.hpp
@@ -25,6 +25,7 @@
 
 #include <ctime>
 #include <string>
+#include <cstdint>
 
 #ifdef _WIN32
 #  ifndef S_IFIFO
diff --git a/src/util/TextTable.hpp b/src/util/TextTable.hpp
index 05c0e0e5..5c91865c 100644
--- a/src/util/TextTable.hpp
+++ b/src/util/TextTable.hpp
@@ -20,6 +20,7 @@
 
 #include <string>
 #include <vector>
+#include <cstdint>
 
 namespace util {
 
-- 
2.33.8
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin