summarylogtreecommitdiffstats
path: root/include_cstddef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'include_cstddef.patch')
-rw-r--r--include_cstddef.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/include_cstddef.patch b/include_cstddef.patch
new file mode 100644
index 000000000000..f38c399ddfef
--- /dev/null
+++ b/include_cstddef.patch
@@ -0,0 +1,12 @@
+diff -aur src.orig/clanlib-1.0~svn3827/Sources/API/Core/System/cl_assert.h src/clanlib-1.0~svn3827/Sources/API/Core/System/cl_assert.h
+--- src.orig/clanlib-1.0~svn3827/Sources/API/Core/System/cl_assert.h 2021-06-06 15:17:41.575014216 +0200
++++ src/clanlib-1.0~svn3827/Sources/API/Core/System/cl_assert.h 2021-06-06 15:17:53.545055365 +0200
+@@ -29,6 +29,8 @@
+
+ //! clanCore="System"
+ //! header=core.h
++//
++#include <cstddef>
+
+ #ifndef header_cl_assert
+ #define header_cl_assert