summaryrefslogtreecommitdiff
path: root/src/serialization.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialization.cpp')
-rw-r--r--src/serialization.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/serialization.cpp b/src/serialization.cpp
index 64fd4f8ba..28e3d8132 100644
--- a/src/serialization.cpp
+++ b/src/serialization.cpp
@@ -18,7 +18,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include "serialization.h"
-#include "utility.h"
+
+#include "util/serialize.h"
#ifdef _WIN32
#define ZLIB_WINAPI
#endif