aboutsummaryrefslogtreecommitdiff
path: root/core/math/quick_hull.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-01-16 08:04:19 +0100
committerRémi Verschelde2017-01-16 08:04:23 +0100
commit3890256fc57eafb2db83d328b8caf772188e21d4 (patch)
treeee08a3acda5279a3bb331c0af569f1048b263fab /core/math/quick_hull.h
parentb400c69cd487f70d8164dd5550eb994253d359d6 (diff)
downloadgodot-3890256fc57eafb2db83d328b8caf772188e21d4.tar.gz
godot-3890256fc57eafb2db83d328b8caf772188e21d4.tar.zst
godot-3890256fc57eafb2db83d328b8caf772188e21d4.zip
Diffstat (limited to 'core/math/quick_hull.h')
-rw-r--r--core/math/quick_hull.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/quick_hull.h b/core/math/quick_hull.h
index 04d25fef1..7bd23d31f 100644
--- a/core/math/quick_hull.h
+++ b/core/math/quick_hull.h
@@ -29,7 +29,7 @@
#ifndef QUICK_HULL_H
#define QUICK_HULL_H
-#include "aabb.h"
+#include "rect3.h"
#include "set.h"
#include "list.h"
#include "geometry.h"