From: Kahrl Date: Tue, 10 Sep 2013 15:49:53 +0000 (+0200) Subject: Fix broken build due to missing mapsector.h include X-Git-Tag: 0.4.8~144 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6fb4a78d71610afa737e5e3ef85bb81b2ee41be1;p=oweals%2Fminetest.git Fix broken build due to missing mapsector.h include --- 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"