From 540ca05a80e23daafa191cdf24c07b3f8e37b47a Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 24 Feb 2020 06:21:15 +0100 Subject: Threaded networking for editor debugger. --- modules/mono/mono_gd/gd_mono_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mono/mono_gd/gd_mono_utils.cpp') diff --git a/modules/mono/mono_gd/gd_mono_utils.cpp b/modules/mono/mono_gd/gd_mono_utils.cpp index 41f49d8ac9..b3a573bcd4 100644 --- a/modules/mono/mono_gd/gd_mono_utils.cpp +++ b/modules/mono/mono_gd/gd_mono_utils.cpp @@ -39,7 +39,7 @@ #include "core/reference.h" #ifdef TOOLS_ENABLED -#include "editor/debugger/script_editor_debugger.h" +#include "editor/debugger/editor_debugger_node.h" #endif #include "../csharp_script.h" -- cgit v1.2.3