commit:     f8204b23574c9e3e553985b6efb2af382158ff67
Author:     Stefan Strogin <steils <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 00:35:26 2024 +0000
Commit:     Stefan Strogin <steils <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 01:11:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8204b23

games-engines/openmw: update patch for missing headers

Bug: https://bugs.gentoo.org/925105
Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>

 games-engines/openmw/files/openmw-0.48.0-gcc14.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)

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"

Reply via email to