diff options
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openmw/files/openmw-0.48.0-gcc14.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-engines/openmw/files/openmw-0.48.0-gcc14.patch b/games-engines/openmw/files/openmw-0.48.0-gcc14.patch index 423aea9734af..d1214339ee2d 100644 --- a/games-engines/openmw/files/openmw-0.48.0-gcc14.patch +++ b/games-engines/openmw/files/openmw-0.48.0-gcc14.patch @@ -22,3 +22,13 @@ https://bugs.gentoo.org/925105 #include <boost/filesystem/path.hpp> #include "character.hpp" +--- a/apps/openmw_test_suite/nifloader/testbulletnifloader.cpp ++++ b/apps/openmw_test_suite/nifloader/testbulletnifloader.cpp +@@ -13,6 +13,7 @@ + + #include <algorithm> + #include <type_traits> ++#include <iomanip> + + namespace + { |