From: Sfan5 Date: Sun, 16 Feb 2014 07:16:49 +0000 (+0100) Subject: Fix g_settings not being included X-Git-Tag: 0.4.10~261 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d9d06ad920a685c2f60593548b27250fe994a1f0;p=oweals%2Fminetest.git Fix g_settings not being included --- diff --git a/src/script/lua_api/l_mapgen.cpp b/src/script/lua_api/l_mapgen.cpp index d34620056..f357d3f44 100644 --- a/src/script/lua_api/l_mapgen.cpp +++ b/src/script/lua_api/l_mapgen.cpp @@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "biome.h" #include "emerge.h" #include "mapgen_v7.h" +#include "main.h" struct EnumString ModApiMapgen::es_BiomeTerrainType[] =