summaryrefslogtreecommitdiff
path: root/dev-util/geany/files/geany-2.0-gcc15.patch
blob: 259bea2e0007dde5d70fac684242b830956deca8 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# https://sourceforge.net/p/scintilla/code/ci/c7ffad21b23dfad4e8e9f36bb587acc2f6e84fee/
--- a/scintilla/gtk/PlatGTK.cxx
+++ b/scintilla/gtk/PlatGTK.cxx
@@ -7,2 +7,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cstring>
--- a/scintilla/src/AutoComplete.cxx
+++ b/scintilla/src/AutoComplete.cxx
@@ -9,2 +9,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/CallTip.cxx
+++ b/scintilla/src/CallTip.cxx
@@ -9,2 +9,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/CellBuffer.cxx
+++ b/scintilla/src/CellBuffer.cxx
@@ -9,2 +9,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/ChangeHistory.cxx
+++ b/scintilla/src/ChangeHistory.cxx
@@ -9,2 +9,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/Decoration.cxx
+++ b/scintilla/src/Decoration.cxx
@@ -8,2 +8,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cstring>
--- a/scintilla/src/Document.cxx
+++ b/scintilla/src/Document.cxx
@@ -9,2 +9,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/Indicator.cxx
+++ b/scintilla/src/Indicator.cxx
@@ -7,2 +7,3 @@
 
+#include <cstdint>
 #include <cmath>
--- a/scintilla/src/KeyMap.cxx
+++ b/scintilla/src/KeyMap.cxx
@@ -8,2 +8,3 @@
 #include <cstdlib>
+#include <cstdint>
 
--- a/scintilla/src/LineMarker.cxx
+++ b/scintilla/src/LineMarker.cxx
@@ -7,2 +7,3 @@
 
+#include <cstdint>
 #include <cstring>
--- a/scintilla/src/PerLine.cxx
+++ b/scintilla/src/PerLine.cxx
@@ -8,2 +8,3 @@
 #include <cstddef>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/Style.cxx
+++ b/scintilla/src/Style.cxx
@@ -7,2 +7,4 @@
 
+#include <cstdint>
+
 #include <stdexcept>
--- a/scintilla/src/ViewStyle.cxx
+++ b/scintilla/src/ViewStyle.cxx
@@ -8,2 +8,3 @@
 #include <cstddef>
+#include <cstdint>
 #include <cassert>
--- a/scintilla/src/XPM.cxx
+++ b/scintilla/src/XPM.cxx
@@ -8,2 +8,3 @@
 #include <cstdlib>
+#include <cstdint>
 #include <cstring>