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