projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fb4a78
)
Fix loading leveldb worlds
author
Kahrl
<kahrl@gmx.net>
Tue, 10 Sep 2013 16:16:36 +0000
(18:16 +0200)
committer
Kahrl
<kahrl@gmx.net>
Tue, 10 Sep 2013 16:16:36 +0000
(18:16 +0200)
src/map.cpp
patch
|
blob
|
history
diff --git
a/src/map.cpp
b/src/map.cpp
index e2191f9e1b7c4a69cc5c85152cd4a3bee39b2580..a8fbbac2a208c3c0ab92f6278d3816fce234374f 100644
(file)
--- 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"