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:
commit
8b71a31cec
6 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
#define OPENMW_ESMTOOL_LABELS_H
|
||||
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
std::string bodyPartLabel(int idx);
|
||||
std::string meshPartLabel(int idx);
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include <map>
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
#include <cstdint>
|
||||
|
||||
namespace ESM
|
||||
{
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <vector>
|
||||
#include <tuple>
|
||||
#include <numeric>
|
||||
#include <cstdint>
|
||||
|
||||
namespace DetourNavigator
|
||||
{
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include "sstream"
|
||||
#include "common.hpp"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
namespace ESM
|
||||
{
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <cstdlib>
|
||||
#include <string_view>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Platform::File {
|
||||
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <string>
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
#include <cstdint>
|
||||
|
||||
#include <osg/Vec2f>
|
||||
#include <osg/Vec3f>
|
||||
|
|
Loading…
Reference in a new issue