1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 23:45:35 +00:00

Merge branch 'fix_build_48' into 'openmw-48'

Fix build with GCC 13.1.1 (0.48)

See merge request OpenMW/openmw!3076
This commit is contained in:
jvoisin 2023-05-28 18:48:54 +00:00
commit 8b71a31cec
6 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#define OPENMW_ESMTOOL_LABELS_H
#include <string>
#include <cstdint>
std::string bodyPartLabel(int idx);
std::string meshPartLabel(int idx);

View file

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

View file

@ -17,6 +17,7 @@
#include <vector>
#include <tuple>
#include <numeric>
#include <cstdint>
namespace DetourNavigator
{

View file

@ -1,4 +1,6 @@
#include "sstream"
#include "common.hpp"
#include <sstream>
namespace ESM
{

View file

@ -3,6 +3,7 @@
#include <cstdlib>
#include <string_view>
#include <cstdint>
namespace Platform::File {

View file

@ -8,6 +8,7 @@
#include <string>
#include <string_view>
#include <vector>
#include <cstdint>
#include <osg/Vec2f>
#include <osg/Vec3f>