diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-07-22 13:25:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 13:25:31 +0200 |
commit | d2fa9cbdfd43c75cd76917d2c4db26f2489d2717 (patch) | |
tree | bb6d9e828c1dfcab7ff102e388a0182702b7a35f /tests/test_main.cpp | |
parent | 653f95282ccd31a4e38a157bb7845405079de371 (diff) | |
parent | 67a260d63f971a6dca2b8716a220831928661085 (diff) |
Merge pull request #63141 from reduz/implement-thread-runner
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 79cda7e512..e71f2edba3 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -70,6 +70,7 @@ #include "tests/core/test_crypto.h" #include "tests/core/test_hashing_context.h" #include "tests/core/test_time.h" +#include "tests/core/threads/test_worker_thread_pool.h" #include "tests/core/variant/test_array.h" #include "tests/core/variant/test_dictionary.h" #include "tests/core/variant/test_variant.h" |