summaryrefslogtreecommitdiff
path: root/thirdparty/b2d_convexdecomp
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2018-05-07 16:35:17 -0500
committerAaron Franke <arnfranke@yahoo.com>2018-08-10 14:59:29 -0500
commit28fc19533902dbc2614c949486bb4edf9450cc05 (patch)
tree999bb3f4fd762b98d1b6432089ff567d9cbaf4fb /thirdparty/b2d_convexdecomp
parent9d1b5f4e3b58d9287addc723d8ce34626523a302 (diff)
[Core] Change math_2d includes to vector2 includes where relevant
Diffstat (limited to 'thirdparty/b2d_convexdecomp')
-rw-r--r--thirdparty/b2d_convexdecomp/b2Glue.h2
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 {