We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465ca1d commit 81809ddCopy full SHA for 81809dd
external/partio_zip/zip_manager.hpp
@@ -1,8 +1,12 @@
1
// SOURCE: https://github.com/wdas/partio/blob/main/src/lib/io/ZIP.h
2
+// NOTE: This file was edited for purposes of compatibility with SuperTux.
3
-/*
4
+// This include has been added to fix a problem with GCC 11+ (and maybe 10)
5
+#include <memory>
6
+
7
+// =============================================================================
8
-NOTE: This file was edited for purposes of compatibility with SuperTux.
9
+/*
10
11
PARTIO SOFTWARE
12
Copyright 2010 Disney Enterprises, Inc. All rights reserved
0 commit comments