summaryrefslogtreecommitdiffstats
path: root/development/scite/StringList.cxx.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/scite/StringList.cxx.patch')
-rw-r--r--development/scite/StringList.cxx.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/scite/StringList.cxx.patch b/development/scite/StringList.cxx.patch
new file mode 100644
index 0000000000..86fa3d2a60
--- /dev/null
+++ b/development/scite/StringList.cxx.patch
@@ -0,0 +1,10 @@
+--- StringList.cxx 2023-07-26 07:50:38.000000000 +0200
++++ StringList.cxx.patched 2023-09-13 10:25:52.002946469 +0200
+@@ -8,6 +8,7 @@
+ #include <cstdlib>
+ #include <cassert>
+ #include <cstring>
++#include <cstddef>
+
+ #include <tuple>
+ #include <string>