projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217b66e
)
Fix broken build due to missing mapsector.h include
author
Kahrl
<kahrl@gmx.net>
Tue, 10 Sep 2013 15:49:53 +0000
(17:49 +0200)
committer
Kahrl
<kahrl@gmx.net>
Tue, 10 Sep 2013 15:49:53 +0000
(17:49 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index dc67f29bb4b718c57ca200e8765871880d9de36d..036256e9ada831ca6c6562f9e87d8b09f659dbc5 100644
(file)
--- 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"