src/shape.cpp in reflexion-0.1.51 vs src/shape.cpp in reflexion-0.1.52

- old
+ new

@@ -1,7 +1,8 @@ #include "shape.h" +#include <assert.h> #include <box2d/b2_body.h> #include <box2d/b2_fixture.h> #include <box2d/b2_circle_shape.h> #include <box2d/b2_edge_shape.h> #include <box2d/b2_chain_shape.h>