diff --git a/csharp_script.cpp b/csharp_script.cpp index eb3422b..9a78e48 100644 --- a/csharp_script.cpp +++ b/csharp_script.cpp @@ -46,6 +46,7 @@ #include "editor/editor_node.h" #include "editor/editor_settings.h" #include "editor/node_dock.h" +#include "editor/editor_file_system.h" #endif #ifdef DEBUG_METHODS_ENABLED diff --git a/editor/code_completion.cpp b/editor/code_completion.cpp index db83eed..3285959 100644 --- a/editor/code_completion.cpp +++ b/editor/code_completion.cpp @@ -33,7 +33,7 @@ #include "core/config/project_settings.h" #include "editor/editor_file_system.h" #include "editor/editor_settings.h" -#include "scene/gui/control.h" +#include "scene/main/control.h" #include "scene/main/node.h" namespace gdmono {