From eca1c964126cc7f6ae62ab274f7f1a83f03fedfd Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 26 Nov 2012 11:18:34 +0200 Subject: Move util/serialize.h out from staticobject.h for smaller header dependencies --- src/environment.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/environment.cpp') diff --git a/src/environment.cpp b/src/environment.cpp index 889990ca5..b8e037376 100644 --- a/src/environment.cpp +++ b/src/environment.cpp @@ -43,6 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #endif #include "daynightratio.h" #include "map.h" +#include "util/serialize.h" #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")" -- cgit v1.2.3