projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89eaaa3
)
missing include for server build
author
Perttu Ahola
<celeron55@gmail.com>
Sun, 10 Apr 2011 17:53:39 +0000
(20:53 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Sun, 10 Apr 2011 17:53:39 +0000
(20:53 +0300)
src/map.cpp
patch
|
blob
|
history
diff --git
a/src/map.cpp
b/src/map.cpp
index 8d79ae3669b924c69e9fc95b56feec08000ad82d..c258d157b79ba3115e6eb6e403cc83fdcf589f78 100644
(file)
--- a/
src/map.cpp
+++ b/
src/map.cpp
@@
-27,6
+27,7
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#include "porting.h"
#include "mineral.h"
#include "noise.h"
+#include "serverobject.h"
/*
Map