mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
Fix build with MSVC 19.38
components\detournavigator\navigator.hpp(44): error C3861: 'assert': identifier not found
This commit is contained in:
parent
2a41811c83
commit
ee2cc8aeb7
@ -1,6 +1,7 @@
|
||||
#ifndef OPENMW_COMPONENTS_DETOURNAVIGATOR_NAVIGATOR_H
|
||||
#define OPENMW_COMPONENTS_DETOURNAVIGATOR_NAVIGATOR_H
|
||||
|
||||
#include <cassert>
|
||||
#include <filesystem>
|
||||
|
||||
#include "heightfieldshape.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user