1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

opensuse build fix

This commit is contained in:
fall-leaf 2023-04-17 23:39:38 +03:00
parent a82b7cb872
commit cc7e29c9a2
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
{