From: Sfan5 Date: Sun, 16 Feb 2014 07:16:49 +0000 (+0100) Subject: Fix g_settings not being included X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=d9d06ad920a685c2f60593548b27250fe994a1f0;p=zefram%2Fminetest%2Fminetest_engine.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 d3462005..f357d3f4 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[] =