Fix broken build due to missing mapsector.h include

This commit is contained in:
Kahrl 2013-09-10 17:49:53 +02:00
parent 217b66e5d2
commit 6fb4a78d71
1 changed files with 1 additions and 0 deletions

View File

@ -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"