From 168fa2ffe0e4789522ed30ea14767a79adf82e55 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Tue, 10 Sep 2013 18:16:36 +0200 Subject: [PATCH] Fix loading leveldb worlds --- src/map.cpp | 1 + 1 file changed, 1 insertion(+) 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"