diff options
Diffstat (limited to 'src/mapgen.h')
-rw-r--r-- | src/mapgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index b983c857d..1d4ef136d 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define MAPGEN_HEADER #include "common_irrlicht.h" -#include "utility.h" // UniqueQueue +#include "util/container.h" // UniqueQueue struct BlockMakeData; class MapBlock; |