From 28fc19533902dbc2614c949486bb4edf9450cc05 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Mon, 7 May 2018 16:35:17 -0500 Subject: [Core] Change math_2d includes to vector2 includes where relevant --- thirdparty/misc/triangulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thirdparty/misc') diff --git a/thirdparty/misc/triangulator.h b/thirdparty/misc/triangulator.h index b6dd7e8236..d1538cfae5 100644 --- a/thirdparty/misc/triangulator.h +++ b/thirdparty/misc/triangulator.h @@ -21,9 +21,9 @@ #ifndef TRIANGULATOR_H #define TRIANGULATOR_H -#include "math_2d.h" #include "list.h" #include "set.h" +#include "vector2.h" //2D point structure -- cgit v1.2.3