diff options
Diffstat (limited to 'src/mapblock.h')
-rw-r--r-- | src/mapblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapblock.h b/src/mapblock.h index b93007d72..3871c656d 100644 --- a/src/mapblock.h +++ b/src/mapblock.h @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "modifiedstate.h" #include "util/numeric.h" // getContainerPos #include "settings.h" -#include "mapgen.h" +#include "mapgen/mapgen.h" class Map; class NodeMetadataList; |