Fix server build (a missing header)

This commit is contained in:
Perttu Ahola 2012-07-27 13:43:25 +03:00
parent a9d8df83d2
commit 98ff4eb4ee
1 changed files with 1 additions and 0 deletions

View 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<<")"