From: Rosen Penev Date: Wed, 7 Jul 2021 02:41:21 +0000 (-0700) Subject: libebml: fix compilation with GCC11 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=62d7bb5aba5693c63f244cfac5fe747ceb34c70a;p=openwrt-packages.git libebml: fix compilation with GCC11 Signed-off-by: Rosen Penev --- diff --git a/libs/libebml/patches/010-gcc11.patch b/libs/libebml/patches/010-gcc11.patch new file mode 100644 index 000000000..0631c6dda --- /dev/null +++ b/libs/libebml/patches/010-gcc11.patch @@ -0,0 +1,20 @@ +--- a/src/EbmlString.cpp ++++ b/src/EbmlString.cpp +@@ -34,6 +34,7 @@ + \author Steve Lhomme + */ + #include ++#include + + #include "ebml/EbmlString.h" + +--- a/src/EbmlUnicodeString.cpp ++++ b/src/EbmlUnicodeString.cpp +@@ -36,6 +36,7 @@ + */ + + #include ++#include + + #include "ebml/EbmlUnicodeString.h" +