Optimize headers
[oweals/minetest.git] / src / util / serialize.h
index e229a00be845e2268fa58ca633832e95bd5bddde..50a002c102882e9ce102dbaf5d1ebcfce745a2b1 100644 (file)
@@ -21,6 +21,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #define UTIL_SERIALIZE_HEADER
 
 #include "../irrlichttypes.h"
+#include "../irr_v2d.h"
+#include "../irr_v3d.h"
 #include <iostream>
 #include <string>
 #include "../exceptions.h"