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:
a9d8df8
)
Fix server build (a missing header)
author
Perttu Ahola
<celeron55@gmail.com>
Fri, 27 Jul 2012 10:43:25 +0000
(13:43 +0300)
committer
Perttu Ahola
<celeron55@gmail.com>
Fri, 27 Jul 2012 10:43:25 +0000
(13:43 +0300)
src/environment.cpp
patch
|
blob
|
history
diff --git
a/src/environment.cpp
b/src/environment.cpp
index 9390101e7578ccf80f4ff0247faef79a3f2080da..571980498da615808c7dd14a6304d15d211e3f30 100644
(file)
--- a/
src/environment.cpp
+++ b/
src/environment.cpp
@@
-42,6
+42,7
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#include "localplayer.h"
#endif
#include "daynightratio.h"
+#include "map.h"
#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"