Fix build with gcc 14 https://bugs.gentoo.org/925105 --- a/components/bsa/bsa_file.cpp +++ b/components/bsa/bsa_file.cpp @@ -26,6 +26,7 @@ #include #include +#include #include #include --- 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 + #include #include "character.hpp"