diff options
Diffstat (limited to 'drivers/convex_decomp/b2Glue.h')
-rw-r--r-- | drivers/convex_decomp/b2Glue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/convex_decomp/b2Glue.h b/drivers/convex_decomp/b2Glue.h index db765f7eb9..7ec6d7f181 100644 --- a/drivers/convex_decomp/b2Glue.h +++ b/drivers/convex_decomp/b2Glue.h @@ -20,7 +20,8 @@ #define B2GLUE_H #include "math_2d.h" -#include <limits> +#include <limits.h> + namespace b2ConvexDecomp { typedef real_t float32; |