diff options
Diffstat (limited to 'core/math/delaunay_2d.h')
| -rw-r--r-- | core/math/delaunay_2d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/delaunay_2d.h b/core/math/delaunay_2d.h index 08f5df8472..c39997d6a9 100644 --- a/core/math/delaunay_2d.h +++ b/core/math/delaunay_2d.h @@ -32,6 +32,7 @@ #define DELAUNAY_2D_H #include "core/math/rect2.h" +#include "core/templates/vector.h" class Delaunay2D { public: |
