From: Kahrl Date: Tue, 10 Sep 2013 16:16:36 +0000 (+0200) Subject: Fix loading leveldb worlds X-Git-Tag: 0.4.8~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=168fa2ffe0e4789522ed30ea14767a79adf82e55;p=oweals%2Fminetest.git Fix loading leveldb worlds --- diff --git a/src/map.cpp b/src/map.cpp index e2191f9e1..a8fbbac2a 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "emerge.h" #include "mapgen_v6.h" #include "biome.h" +#include "config.h" #include "database.h" #include "database-dummy.h" #include "database-sqlite3.h"