Move tool stuff to tool.{h,cpp}
[oweals/minetest.git] / src / collision.cpp
index 3d322cf0c4baee77342ab5026e652e639e01ecb4..2380b1627a5bbfd366ea0b213bc89977d3d413dc 100644 (file)
@@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "collision.h"
 #include "mapblock.h"
 #include "map.h"
+#include "mapnode_contentfeatures.h"
 
 collisionMoveResult collisionMoveSimple(Map *map, f32 pos_max_d,
                const core::aabbox3d<f32> &box_0,