From ba9e619b51b7c1009c9a3fa464343ad446c5d3ba Mon Sep 17 00:00:00 2001 From: trollodel <33117082+trollodel@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:12:48 +0100 Subject: Use forward-declarations in EditorPlugin where possible --- main/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'main') diff --git a/main/main.cpp b/main/main.cpp index 0fce8e3d94..0a8de56e01 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -85,6 +85,7 @@ #endif #ifdef TOOLS_ENABLED +#include "editor/debugger/editor_debugger_node.h" #include "editor/doc_data_class_path.gen.h" #include "editor/doc_tools.h" #include "editor/editor_node.h" -- cgit v1.2.3