diff options
author | Stefan Strogin <steils@gentoo.org> | 2024-06-08 03:35:26 +0300 |
---|---|---|
committer | Stefan Strogin <steils@gentoo.org> | 2024-06-08 01:11:45 +0000 |
commit | f8204b23574c9e3e553985b6efb2af382158ff67 (patch) | |
tree | e4bce228bb12c37bba69cc53200154446e151ced /games-engines | |
parent | dev-libs/mpdecimal: Stabilize 4.0.0 hppa, #933560 (diff) | |
download | gentoo-f8204b23574c9e3e553985b6efb2af382158ff67.tar.gz gentoo-f8204b23574c9e3e553985b6efb2af382158ff67.tar.bz2 gentoo-f8204b23574c9e3e553985b6efb2af382158ff67.zip |
games-engines/openmw: update patch for missing headers
Bug: https://bugs.gentoo.org/925105
Signed-off-by: Stefan Strogin <steils@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/openmw/files/openmw-0.48.0-gcc14.patch | 11 |
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" |