mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 00:21:37 +01:00
13 lines
337 B
Diff
13 lines
337 B
Diff
Otherwise fails to build with missing size_t
|
|
|
|
diff --git a/src/zimg/colorspace/matrix3.cpp b/src/zimg/colorspace/matrix3.cpp
|
|
index 06e0e2f..bf849c0 100644
|
|
--- a/src/zimg/colorspace/matrix3.cpp
|
|
+++ b/src/zimg/colorspace/matrix3.cpp
|
|
@@ -1,4 +1,5 @@
|
|
#include "matrix3.h"
|
|
+#include <sys/types.h>
|
|
|
|
namespace zimg {
|
|
namespace colorspace {
|