20303c766e
- Add update-matrix3.cpp.patch in order to fix boo#1158372. OBS-URL: https://build.opensuse.org/request/show/754290 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=24
22 lines
551 B
Diff
22 lines
551 B
Diff
From 9ae36d7d5f7420eaacd9644451933512fa13d716 Mon Sep 17 00:00:00 2001
|
|
From: sekrit-twc <sekrit-twc@users.noreply.github.com>
|
|
Date: Wed, 4 Dec 2019 12:01:26 -0800
|
|
Subject: [PATCH] Update matrix3.cpp
|
|
|
|
---
|
|
src/zimg/colorspace/matrix3.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/zimg/colorspace/matrix3.cpp b/src/zimg/colorspace/matrix3.cpp
|
|
index 06e0e2f..b4aeea7 100644
|
|
--- a/src/zimg/colorspace/matrix3.cpp
|
|
+++ b/src/zimg/colorspace/matrix3.cpp
|
|
@@ -1,3 +1,4 @@
|
|
+#include <cstddef>
|
|
#include "matrix3.h"
|
|
|
|
namespace zimg {
|
|
--
|
|
2.24.0
|
|
|