diff options
Diffstat (limited to 'gcc14.patch')
-rw-r--r-- | gcc14.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc14.patch b/gcc14.patch new file mode 100644 index 0000000..b7f0240 --- /dev/null +++ b/gcc14.patch @@ -0,0 +1,10 @@ +--- a/components/bsa/bsa_file.cpp ++++ b/components/bsa/bsa_file.cpp +@@ -26,6 +26,7 @@ + #include <components/files/constrainedfilestream.hpp> + + #include <cassert> ++#include <algorithm> + + #include <boost/filesystem/path.hpp> + #include <boost/filesystem/fstream.hpp> |