From 6fb4a78d71610afa737e5e3ef85bb81b2ee41be1 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Tue, 10 Sep 2013 17:49:53 +0200 Subject: [PATCH] Fix broken build due to missing mapsector.h include --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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"