diff options
Diffstat (limited to 'src/mapgen_v7.cpp')
-rw-r--r-- | src/mapgen_v7.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mapgen_v7.cpp b/src/mapgen_v7.cpp index 332865304..77aff6e06 100644 --- a/src/mapgen_v7.cpp +++ b/src/mapgen_v7.cpp @@ -34,7 +34,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "dungeongen.h" #include "cavegen.h" #include "treegen.h" -#include "biome.h" +#include "mg_biome.h" +#include "mg_ore.h" +#include "mg_decoration.h" #include "mapgen_v7.h" |