Skip to content

Commit 6fb4a78

Browse files
committedSep 10, 2013
Fix broken build due to missing mapsector.h include
1 parent 217b66e commit 6fb4a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
7777
#include "quicktune.h"
7878
#include "serverlist.h"
7979
#include "guiEngine.h"
80+
#include "mapsector.h"
8081

8182
#ifdef USE_LEVELDB
8283
#include "database-sqlite3.h"

0 commit comments

Comments
 (0)
Please sign in to comment.