diff options
Diffstat (limited to 'thirdparty/b2d_convexdecomp/b2Glue.h')
-rw-r--r-- | thirdparty/b2d_convexdecomp/b2Glue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/b2d_convexdecomp/b2Glue.h b/thirdparty/b2d_convexdecomp/b2Glue.h index 10c2f62361..175f75be75 100644 --- a/thirdparty/b2d_convexdecomp/b2Glue.h +++ b/thirdparty/b2d_convexdecomp/b2Glue.h @@ -19,7 +19,8 @@ #ifndef B2GLUE_H #define B2GLUE_H -#include "vector2.h" +#include "core/math/vector2.h" + #include <limits.h> namespace b2ConvexDecomp { |