diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-04 02:01:40 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-07-04 02:01:40 -0700 |
commit | 20aaed015ac9021f8bc6062bac3d845007cd8636 (patch) | |
tree | 5a39edfe2ee3c4bc04baa6421f0c641ec1fa6b42 /gcc14.patch | |
parent | Rebuild against recastnavigation-openmw 1.6.0 (diff) | |
download | openmw-20aaed015ac9021f8bc6062bac3d845007cd8636.tar.xz |
Rebuild for icu 75, gcc 14, and ffmpeg 4.4
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> |