aboutsummaryrefslogtreecommitdiffstats
path: root/testing/barrier/0001-cstddef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/barrier/0001-cstddef.patch')
-rw-r--r--testing/barrier/0001-cstddef.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/barrier/0001-cstddef.patch b/testing/barrier/0001-cstddef.patch
new file mode 100644
index 00000000000..8cd4c340aa5
--- /dev/null
+++ b/testing/barrier/0001-cstddef.patch
@@ -0,0 +1,24 @@
+diff --git a/src/lib/base/Event.h b/src/lib/base/Event.h
+index 38a2cf11..7f4461c9 100644
+--- a/src/lib/base/Event.h
++++ b/src/lib/base/Event.h
+@@ -18,6 +18,7 @@
+
+ #pragma once
+
++#include <cstddef>
+ #include "common/basic_types.h"
+ #include "common/stdmap.h"
+
+diff --git a/src/lib/io/StreamBuffer.h b/src/lib/io/StreamBuffer.h
+index 364175f0..91246b3e 100644
+--- a/src/lib/io/StreamBuffer.h
++++ b/src/lib/io/StreamBuffer.h
+@@ -18,6 +18,7 @@
+
+ #pragma once
+
++#include <cstddef>
+ #include "base/EventTypes.h"
+ #include "common/stdlist.h"
+ #include "common/stdvector.h"