diff options
Diffstat (limited to 'tests/test_oa_hash_map.cpp')
-rw-r--r-- | tests/test_oa_hash_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oa_hash_map.cpp b/tests/test_oa_hash_map.cpp index 9182f66b61..44717e5690 100644 --- a/tests/test_oa_hash_map.cpp +++ b/tests/test_oa_hash_map.cpp @@ -30,8 +30,8 @@ #include "test_oa_hash_map.h" -#include "core/oa_hash_map.h" #include "core/os/os.h" +#include "core/templates/oa_hash_map.h" namespace TestOAHashMap { |