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