summarylogtreecommitdiffstats
path: root/quickviewer-1.1.8-fix-missing-c-stddef-include.patch
blob: 9c915612c45af267dbc2dead9b9e96b1b4db5519 (plain)
1
2
3
4
5
6
7
8
9
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 {