mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 22:52:25 +01:00
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 "serverlist.h"
|
||||
#include "guiEngine.h"
|
||||
#include "mapsector.h"
|
||||
|
||||
#ifdef USE_LEVELDB
|
||||
#include "database-sqlite3.h"
|
||||
|
Loading…
Reference in New Issue
Block a user