diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-04 14:26:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 14:26:46 +0200 |
commit | 426240f18a1326ef31bbb45c65e6f556658d2519 (patch) | |
tree | 1aff487bad64dd7468ce01fc21847b99f00d691a /tests/test_main.cpp | |
parent | 29afda3fd54337b79bbe943c59dcd0f52f9ca6fa (diff) | |
parent | d0cb0ff2488a05b33bd1d24148a83b2bc74efccb (diff) | |
download | redot-engine-426240f18a1326ef31bbb45c65e6f556658d2519.tar.gz |
Merge pull request #50907 from codepatzer/quaternion_ut
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index 64ec80fd10..e8502f6b46 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -48,6 +48,7 @@ #include "tests/core/math/test_geometry_2d.h" #include "tests/core/math/test_geometry_3d.h" #include "tests/core/math/test_plane.h" +#include "tests/core/math/test_quaternion.h" #include "tests/core/math/test_random_number_generator.h" #include "tests/core/math/test_rect2.h" #include "tests/core/math/test_rect2i.h" |