diff options
Diffstat (limited to 'editor/script_editor_debugger.cpp')
| -rw-r--r-- | editor/script_editor_debugger.cpp | 2 | 
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"  |