From 87283fb906d6e55975ab1f7fd59b7f613da29858 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 9 Feb 2024 10:44:46 +0100 Subject: [PATCH] Fix build for 4.2.0. --- csharp_script.cpp | 1 + editor/code_completion.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {