diff --git a/graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp b/graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp new file mode 100644 index 000000000000..41dc96df495f --- /dev/null +++ b/graphics/glaxnimate/files/patch-src_core_utils_gzip.cpp @@ -0,0 +1,11 @@ +- workaround for https://gitlab.com/mattbas/glaxnimate/-/issues/486 + +--- src/core/utils/gzip.cpp.orig 2022-02-08 22:18:22 UTC ++++ src/core/utils/gzip.cpp +@@ -1,5 +1,6 @@ + #include "gzip.hpp" + ++#include + #include + + #include