diff options
Diffstat (limited to 'core/math/transform_3d.h')
-rw-r--r-- | core/math/transform_3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/transform_3d.h b/core/math/transform_3d.h index c62e4a7b0e..44d6d826f3 100644 --- a/core/math/transform_3d.h +++ b/core/math/transform_3d.h @@ -34,6 +34,7 @@ #include "core/math/aabb.h" #include "core/math/basis.h" #include "core/math/plane.h" +#include "core/templates/vector.h" struct _NO_DISCARD_ Transform3D { Basis basis; |