summaryrefslogtreecommitdiff
path: root/main/tests/test_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_main.h')
-rw-r--r--main/tests/test_main.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/tests/test_main.h b/main/tests/test_main.h
index 56db3ea2a5..bdb1668d21 100644
--- a/main/tests/test_main.h
+++ b/main/tests/test_main.h
@@ -32,9 +32,10 @@
#define TEST_MAIN_H
#include "core/list.h"
+#include "core/os/main_loop.h"
#include "core/ustring.h"
const char **tests_get_names();
MainLoop *test_main(String p_test, const List<String> &p_args);
-#endif
+#endif // TEST_MAIN_H