diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-05 12:02:32 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-09-05 12:02:32 -0700 |
commit | 5932f5bfa75047d2ed6baed26336ce2cb995269d (patch) | |
tree | b7c72926cf811b365fef5c77b8dcea7c279d1457 /gcc14.patch | |
parent | Rebuild for icu 75, gcc 14, and ffmpeg 4.4 (diff) | |
download | openmw-master.tar.xz |
Diffstat (limited to 'gcc14.patch')
-rw-r--r-- | gcc14.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc14.patch b/gcc14.patch index b7f0240..f32ce33 100644 --- a/gcc14.patch +++ b/gcc14.patch @@ -8,3 +8,13 @@ #include <boost/filesystem/path.hpp> #include <boost/filesystem/fstream.hpp> +diff -ru openmw-openmw-0.48.0.orig/apps/openmw/mwstate/charactermanager.hpp openmw-openmw-0.48.0/apps/openmw/mwstate/charactermanager.hpp +--- openmw-openmw-0.48.0.orig/apps/openmw/mwstate/charactermanager.hpp 2024-08-30 22:11:44.591374022 +0200 ++++ openmw-openmw-0.48.0/apps/openmw/mwstate/charactermanager.hpp 2024-08-30 22:12:01.901694900 +0200 +@@ -2,6 +2,7 @@ + #define GAME_STATE_CHARACTERMANAGER_H + + #include <boost/filesystem/path.hpp> ++#include <list> + + #include "character.hpp" |