summarylogtreecommitdiffstats
path: root/cstddef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cstddef.patch')
-rw-r--r--cstddef.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/cstddef.patch b/cstddef.patch
new file mode 100644
index 000000000000..815cbfbac8b1
--- /dev/null
+++ b/cstddef.patch
@@ -0,0 +1,11 @@
+diff --unified --recursive --text package.orig/OpenMS-2.7.0/src/openms/include/OpenMS/DATASTRUCTURES/ParamValue.h package.new/OpenMS-2.7.0/src/openms/include/OpenMS/DATASTRUCTURES/ParamValue.h
+--- package.orig/OpenMS-2.7.0/src/openms/include/OpenMS/DATASTRUCTURES/ParamValue.h 2021-09-13 23:50:44.000000000 +0200
++++ package.new/OpenMS-2.7.0/src/openms/include/OpenMS/DATASTRUCTURES/ParamValue.h 2021-10-03 12:57:22.413618008 +0200
+@@ -37,6 +37,7 @@
+
+ #include <string>
+ #include <vector>
++#include <cstddef>
+
+ namespace OpenMS
+ {