diff options
Diffstat (limited to 'core/math/delaunay.h')
-rw-r--r-- | core/math/delaunay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/delaunay.h b/core/math/delaunay.h index 13fbc0c6ae..46535d5ce9 100644 --- a/core/math/delaunay.h +++ b/core/math/delaunay.h @@ -1,7 +1,7 @@ #ifndef DELAUNAY_H #define DELAUNAY_H -#include "math_2d.h" +#include "rect2.h" class Delaunay2D { public: |