1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +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"