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/client.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index f6e97c52e..1936c2ce9 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -42,6 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "util/string.h" #include "hex.h" #include "IMeshCache.h" +#include "util/serialize.h" static std::string getMediaCacheDir() { -- cgit v1.2.3