diff options
Diffstat (limited to 'src/tile.cpp')
-rw-r--r-- | src/tile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile.cpp b/src/tile.cpp index 23b1638d1..f2b131f4d 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -18,7 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "tile.h" -#include "irrlichtwrapper.h" +#include "main.h" // A mapping from tiles to paths of textures const char * g_tile_texture_paths[TILES_COUNT] = |