diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-04 12:51:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 12:51:53 +0200 |
commit | 255e0770c48b621d3495e1ff3bbf79d6e8ec4b82 (patch) | |
tree | bed3e4a52eec723bd623d3a547d16aded9b324bd /tests/test_main.cpp | |
parent | 35da12094818fb89394f4e98ba9df68cbc73d076 (diff) | |
parent | 4706b975b67e5144094a2fec786bbebb5ba5208c (diff) | |
download | redot-engine-255e0770c48b621d3495e1ff3bbf79d6e8ec4b82.tar.gz |
Merge pull request #54325 from skimmedsquare/test-add-rid
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 5cd3525aef..cb086da53b 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -70,6 +70,7 @@ #include "tests/core/templates/test_local_vector.h" #include "tests/core/templates/test_lru.h" #include "tests/core/templates/test_paged_array.h" +#include "tests/core/templates/test_rid.h" #include "tests/core/templates/test_vector.h" #include "tests/core/test_crypto.h" #include "tests/core/test_hashing_context.h" |