summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_utils.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-02-21 11:56:40 +0100
committerGitHub <noreply@github.com>2020-02-21 11:56:40 +0100
commita24aafcb92992f860694bf411acab1080fc0b3db (patch)
treefa1e7a1e80ec7cbe0546a752732bf34b66299100 /modules/mono/mono_gd/gd_mono_utils.cpp
parent8b058d4b9a63799e29d3e9ef551bbdf8144f8f8b (diff)
parentcbc450c0e53dbfc31a30f5ebf37c51cee77cde5c (diff)
downloadredot-engine-a24aafcb92992f860694bf411acab1080fc0b3db.tar.gz
Merge pull request #36244 from Faless/debugger/big_refactor_squash
Huge Debugger/EditorDebugger refactor.
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_utils.cpp')
-rw-r--r--modules/mono/mono_gd/gd_mono_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/mono_gd/gd_mono_utils.cpp b/modules/mono/mono_gd/gd_mono_utils.cpp
index 05077a00c4..ae6625a6c6 100644
--- a/modules/mono/mono_gd/gd_mono_utils.cpp
+++ b/modules/mono/mono_gd/gd_mono_utils.cpp
@@ -38,7 +38,7 @@
#include "core/reference.h"
#ifdef TOOLS_ENABLED
-#include "editor/script_editor_debugger.h"
+#include "editor/debugger/script_editor_debugger.h"
#endif
#include "../csharp_script.h"