summarylogtreecommitdiffstats
path: root/quickviewer-1.1.8-fix-missing-c-stddef-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'quickviewer-1.1.8-fix-missing-c-stddef-include.patch')
-rw-r--r--quickviewer-1.1.8-fix-missing-c-stddef-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/quickviewer-1.1.8-fix-missing-c-stddef-include.patch b/quickviewer-1.1.8-fix-missing-c-stddef-include.patch
new file mode 100644
index 000000000000..9c915612c45a
--- /dev/null
+++ b/quickviewer-1.1.8-fix-missing-c-stddef-include.patch
@@ -0,0 +1,10 @@
+--- quickviewer/zimg/zimg/src/zimg/colorspace/matrix3.h.orig 2020-06-15 22:55:47.801534726 -0700
++++ quickviewer/zimg/zimg/src/zimg/colorspace/matrix3.h 2020-06-15 22:56:07.838201199 -0700
+@@ -4,6 +4,7 @@
+ #define ZIMG_COLORSPACE_MATRIX3_H_
+
+ #include <array>
++#include <stddef.h>
+
+ namespace zimg {
+ namespace colorspace {