diff options
Diffstat (limited to 'src/genworld.cpp')
-rw-r--r-- | src/genworld.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/genworld.cpp b/src/genworld.cpp index 28fbdcfe5..418bfb812 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -19,7 +19,7 @@ #include "heightmap.h" #include "date.h" #include "viewport.h" -#include "map.h" +#include "map_func.h" void GenerateClearTile(); void GenerateIndustries(); |