From 8ebdfb258fcf9406ce1b7f333695987cb37e291c Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 21 Dec 2007 19:21:21 +0000 Subject: (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations. --- src/tile_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tile_map.h') diff --git a/src/tile_map.h b/src/tile_map.h index 4f13d1bd2..1e7ad67ed 100644 --- a/src/tile_map.h +++ b/src/tile_map.h @@ -8,6 +8,7 @@ #include "tile_type.h" #include "slope_type.h" #include "map.h" +#include "core/bitmath_func.hpp" /** * Returns the height of a tile -- cgit v1.2.3-54-g00ecf