From a448c4ae725fa10633e9828acb6ff820fc6a72f3 Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Tue, 30 May 2017 20:34:24 +0200 Subject: [PATCH] hyperion: fix gcc7 build --- .../hyperion/patches/hyperion-0004-fix-gcc7.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/addons/service/hyperion/patches/hyperion-0004-fix-gcc7.patch diff --git a/packages/addons/service/hyperion/patches/hyperion-0004-fix-gcc7.patch b/packages/addons/service/hyperion/patches/hyperion-0004-fix-gcc7.patch new file mode 100644 index 0000000000..5527848d74 --- /dev/null +++ b/packages/addons/service/hyperion/patches/hyperion-0004-fix-gcc7.patch @@ -0,0 +1,11 @@ +diff -Naur build.LibreELEC-Generic.x86_64-9.0-devel/org_hyperion-355a324/include/utils/Image.h build.LibreELEC-Generic.x86_64-9.0-devel/hyperion-355a324/include/utils/Image.h +--- org_hyperion-355a324/include/utils/Image.h 2016-09-06 22:58:55.000000000 +0200 ++++ hyperion-355a324/include/utils/Image.h 2017-05-30 18:18:06.043345976 +0200 +@@ -2,6 +2,7 @@ + + // STL includes + #include ++#include + #include + #include + #include