From 62d7bb5aba5693c63f244cfac5fe747ceb34c70a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 6 Jul 2021 19:41:21 -0700 Subject: [PATCH] libebml: fix compilation with GCC11 Signed-off-by: Rosen Penev --- libs/libebml/patches/010-gcc11.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libs/libebml/patches/010-gcc11.patch 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" +