diff options
Diffstat (limited to 'src/map.cpp')
-rw-r--r-- | src/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.cpp b/src/map.cpp index 33e255e7b..cd65a146e 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -7,9 +7,9 @@ #include "debug.h" #include "functions.h" #include "map.h" -#include "helpers.hpp" #include "direction_func.h" #include "core/bitmath_func.hpp" +#include "core/alloc_func.hpp" #if defined(_MSC_VER) && _MSC_VER >= 1400 /* VStudio 2005 is stupid! */ /* Why the hell is that not in all MSVC headers?? */ |