summaryrefslogtreecommitdiff
path: root/src/mapblock.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-11-26 11:18:34 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-11-26 11:18:34 +0200
commiteca1c964126cc7f6ae62ab274f7f1a83f03fedfd (patch)
tree9b08d8979d1679d4c462f4518d2be9d90bc873c6 /src/mapblock.cpp
parent2f5686ca4822a143cfa307ac9a01b8c1403b11fe (diff)
downloadminetest-eca1c964126cc7f6ae62ab274f7f1a83f03fedfd.tar.gz
minetest-eca1c964126cc7f6ae62ab274f7f1a83f03fedfd.tar.bz2
minetest-eca1c964126cc7f6ae62ab274f7f1a83f03fedfd.zip
Move util/serialize.h out from staticobject.h for smaller header dependencies
Diffstat (limited to 'src/mapblock.cpp')
-rw-r--r--src/mapblock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapblock.cpp b/src/mapblock.cpp
index 2ae6e9bd7..e9c8fadff 100644
--- a/src/mapblock.cpp
+++ b/src/mapblock.cpp
@@ -35,6 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapblock_mesh.h"
#endif
#include "util/string.h"
+#include "util/serialize.h"
#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"