summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorKahrl <kahrl@gmx.net>2013-09-10 17:49:53 +0200
committerKahrl <kahrl@gmx.net>2013-09-10 17:49:53 +0200
commit6fb4a78d71610afa737e5e3ef85bb81b2ee41be1 (patch)
treebbfc2fd892f94329cb965ff4c58c144aa2b092b0 /src/main.cpp
parent217b66e5d2de5e4c7a38889013e6476ba51f5d2b (diff)
downloadminetest-6fb4a78d71610afa737e5e3ef85bb81b2ee41be1.tar.gz
minetest-6fb4a78d71610afa737e5e3ef85bb81b2ee41be1.tar.bz2
minetest-6fb4a78d71610afa737e5e3ef85bb81b2ee41be1.zip
Fix broken build due to missing mapsector.h include
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index dc67f29bb..036256e9a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -77,6 +77,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "quicktune.h"
#include "serverlist.h"
#include "guiEngine.h"
+#include "mapsector.h"
#ifdef USE_LEVELDB
#include "database-sqlite3.h"