1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Merge branch 'master' into 'master'

OpenSUSE Tumbleweed build fix

See merge request OpenMW/openmw!2939
This commit is contained in:
psi29a 2023-04-18 11:02:41 +00:00
commit b530d8e669
4 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <map>
#include <string>
#include <string_view>
#include <cstdint>
namespace ESM
{

View File

@ -2,6 +2,7 @@
#define BSA_BA2_FILE_H
#include <string>
#include <cstdint>
namespace Bsa
{

View File

@ -2,6 +2,7 @@
#define INTERPRETER_TYPES_H_INCLUDED
#include <stdexcept>
#include <cstdint>
namespace Interpreter
{

View File

@ -9,6 +9,7 @@
#include <memory>
#include <string>
#include <string_view>
#include <cstdint>
namespace Settings
{