diff options
Diffstat (limited to 'games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch')
-rw-r--r-- | games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch b/games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch new file mode 100644 index 000000000000..708fd9e9f52f --- /dev/null +++ b/games-engines/openmw/files/openmw-0.46.0-boost-1.77.patch @@ -0,0 +1,10 @@ +https://bugs.gentoo.org/808763 + +--- a/components/vfs/filesystemarchive.cpp ++++ b/components/vfs/filesystemarchive.cpp +@@ -1,4 +1,5 @@ + #include "filesystemarchive.hpp" + ++#include <algorithm> + #include <boost/filesystem.hpp> + |