Merge branch 'fix_build_48' into 'openmw-48'

Fix build with GCC 13.1.1 (0.48)

See merge request OpenMW/openmw!3076
backport_gl_clamp_removal
jvoisin 12 months ago
commit 8b71a31cec

@ -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…
Cancel
Save