Fix server build (a missing header)
authorPerttu Ahola <celeron55@gmail.com>
Fri, 27 Jul 2012 10:43:25 +0000 (13:43 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Fri, 27 Jul 2012 10:43:25 +0000 (13:43 +0300)
src/environment.cpp

index 9390101e7578ccf80f4ff0247faef79a3f2080da..571980498da615808c7dd14a6304d15d211e3f30 100644 (file)
@@ -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<<")"