diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp index 1ee0ba247..bd035bed3 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -14,6 +14,8 @@ #include "core/alloc_func.hpp" #include "water_map.h" +#include "safeguards.h" + #if defined(_MSC_VER) /* Why the hell is that not in all MSVC headers?? */ extern "C" _CRTIMP void __cdecl _assert(void *, void *, unsigned); |