summaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-12-30 16:28:47 +0100
committerGitHub <noreply@github.com>2019-12-30 16:28:47 +0100
commitedf2ed5e5056b3f37014cafb2571dd31d65a4a96 (patch)
tree3e8a26c70b13525a6fed48799d3eaceac7e9baae /editor/script_editor_debugger.cpp
parent46bc05c5acf8cf9833f9a992935afaa8d074ad58 (diff)
parent078c0d75f2782e3eee5b1b4ed2176687bfd51f20 (diff)
Merge pull request #34582 from timothyqiu/forward-decl
Cleans up headers included in editor_node.h
Diffstat (limited to 'editor/script_editor_debugger.cpp')
-rw-r--r--editor/script_editor_debugger.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp
index fd34d8f5d6..c7ed612f29 100644
--- a/editor/script_editor_debugger.cpp
+++ b/editor/script_editor_debugger.cpp
@@ -35,9 +35,11 @@
#include "core/ustring.h"
#include "editor/plugins/canvas_item_editor_plugin.h"
#include "editor/plugins/spatial_editor_plugin.h"
+#include "editor_log.h"
#include "editor_network_profiler.h"
#include "editor_node.h"
#include "editor_profiler.h"
+#include "editor_scale.h"
#include "editor_settings.h"
#include "main/performance.h"
#include "property_editor.h"