summaryrefslogtreecommitdiff
path: root/games-strategy/warzone2100/files/warzone2100-4.4.2-gcc15-cstdint.patch
blob: 75e1aaeb97a00f19a63a54440201411d8db3e850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- a/3rdparty/SQLiteCpp/include/SQLiteCpp/Statement.h
+++ b/3rdparty/SQLiteCpp/include/SQLiteCpp/Statement.h
@@ -14,6 +14,7 @@
 #include <SQLiteCpp/Exception.h>
 #include <SQLiteCpp/Utils.h> // SQLITECPP_PURE_FUNC
 
+#include <cstdint>
 #include <string>
 #include <map>
 #include <memory>
--- a/lib/wzmaplib/include/wzmaplib/map_io.h
+++ b/lib/wzmaplib/include/wzmaplib/map_io.h
@@ -21,6 +21,7 @@
 #pragma once
 
 #include <cstddef>
+#include <cstdint>
 #include <string>
 #include <memory>
 #include <vector>
--- a/lib/wzmaplib/src/map_script.h
+++ b/lib/wzmaplib/src/map_script.h
@@ -19,6 +19,7 @@
 
 #pragma once
 
+#include <cstdint>
 #include <vector>
 #include <string>
 #include <memory>