forked from Mirrorlandia_minetest/minetest
Fix broken build due to missing mapsector.h include
This commit is contained in:
parent
217b66e5d2
commit
6fb4a78d71
@ -77,6 +77,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||||||
#include "quicktune.h"
|
#include "quicktune.h"
|
||||||
#include "serverlist.h"
|
#include "serverlist.h"
|
||||||
#include "guiEngine.h"
|
#include "guiEngine.h"
|
||||||
|
#include "mapsector.h"
|
||||||
|
|
||||||
#ifdef USE_LEVELDB
|
#ifdef USE_LEVELDB
|
||||||
#include "database-sqlite3.h"
|
#include "database-sqlite3.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user