summaryrefslogtreecommitdiffstats
path: root/main/tests/test_ordered_hash_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_ordered_hash_map.h')
-rw-r--r--main/tests/test_ordered_hash_map.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/tests/test_ordered_hash_map.h b/main/tests/test_ordered_hash_map.h
index 03e559107e..f251da0ba2 100644
--- a/main/tests/test_ordered_hash_map.h
+++ b/main/tests/test_ordered_hash_map.h
@@ -31,9 +31,11 @@
#ifndef TEST_ORDERED_HASH_MAP_H
#define TEST_ORDERED_HASH_MAP_H
+#include "core/os/main_loop.h"
+
namespace TestOrderedHashMap {
MainLoop *test();
}
-#endif
+#endif // TEST_ORDERED_HASH_MAP_H