summaryrefslogtreecommitdiff
path: root/games-engines/openmw/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-09 00:08:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-09 00:08:14 +0100
commit4fe228ee9aa3b9b825d54ace549a5517e153e8bd (patch)
tree90a261e3ea59b80722d70d3c42f3e40d16c9f8dd /games-engines/openmw/files
parentadc09cc4e6ebf7931735c02c0c272b4b885c2b30 (diff)
gentoo auto-resync : 09:06:2024 - 00:08:13
Diffstat (limited to 'games-engines/openmw/files')
-rw-r--r--games-engines/openmw/files/openmw-0.48.0-gcc14.patch11
1 files changed, 11 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 b352d0536c8b..423aea9734af 100644
--- a/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
+++ b/games-engines/openmw/files/openmw-0.48.0-gcc14.patch
@@ -11,3 +11,14 @@ https://bugs.gentoo.org/925105
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/fstream.hpp>
+--- a/apps/openmw/mwstate/charactermanager.hpp
++++ b/apps/openmw/mwstate/charactermanager.hpp
+@@ -1,6 +1,8 @@
+ #ifndef GAME_STATE_CHARACTERMANAGER_H
+ #define GAME_STATE_CHARACTERMANAGER_H
+
++#include <list>
++
+ #include <boost/filesystem/path.hpp>
+
+ #include "character.hpp"