hyperion: fix gcc7 build

This commit is contained in:
Sascha Kuehndel (InuSasha) 2017-05-30 20:34:24 +02:00
parent 10361fc12f
commit a448c4ae72
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -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 <vector>
+#include <cassert>
#include <cstdint>
#include <cstring>
#include <algorithm>