]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/object_properties.cpp
Fix trees growing into any type of node
[dragonfireclient.git] / src / object_properties.cpp
index f13e32d53954e76bdc820cd3db8a0da2251406a0..e67b78b520974667bb26c0de836e93e93b144132 100644 (file)
@@ -18,7 +18,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "object_properties.h"
-#include "utility.h"
+#include "util/serialize.h"
+#include <sstream>
 
 #define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"
 #define PP2(x) "("<<(x).X<<","<<(x).Y<<")"