diff options
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r-- | editor/editor_run.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h index 8da607e6dc..df2324efd7 100644 --- a/editor/editor_run.h +++ b/editor/editor_run.h @@ -31,7 +31,7 @@ #ifndef EDITOR_RUN_H #define EDITOR_RUN_H -#include "os/os.h" +#include "core/os/os.h" #include "scene/main/node.h" class EditorRun { public: |