diff options
Diffstat (limited to 'main/tests/test_gdscript.h')
-rw-r--r-- | main/tests/test_gdscript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_gdscript.h b/main/tests/test_gdscript.h index 91e0be1238..0a052c8db5 100644 --- a/main/tests/test_gdscript.h +++ b/main/tests/test_gdscript.h @@ -31,7 +31,7 @@ #ifndef TEST_GDSCRIPT_H #define TEST_GDSCRIPT_H -#include "os/main_loop.h" +#include "core/os/main_loop.h" namespace TestGDScript { |