summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-04 12:51:53 +0200
committerGitHub <noreply@github.com>2022-08-04 12:51:53 +0200
commit255e0770c48b621d3495e1ff3bbf79d6e8ec4b82 (patch)
treebed3e4a52eec723bd623d3a547d16aded9b324bd /tests/test_main.cpp
parent35da12094818fb89394f4e98ba9df68cbc73d076 (diff)
parent4706b975b67e5144094a2fec786bbebb5ba5208c (diff)
downloadredot-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.cpp1
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"