1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-18 13:20:47 +00:00

Merge branch 'fix_msvc_build' into 'master'

Fix build with MSVC 19.38

See merge request OpenMW/openmw!3960
This commit is contained in:
psi29a 2024-03-16 14:09:42 +00:00
commit 854b4f226b

View File

@ -1,6 +1,7 @@
#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_NAVIGATOR_H
#define OPENMW_COMPONENTS_DETOURNAVIGATOR_NAVIGATOR_H
#include <cassert>
#include <filesystem>
#include "heightfieldshape.hpp"