diff options
author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-11 20:12:48 +0100 |
---|---|---|
committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-11 20:25:51 +0100 |
commit | ba9e619b51b7c1009c9a3fa464343ad446c5d3ba (patch) | |
tree | e9a5e8af079e44add7ab260f19687f22009a1102 /editor/editor_undo_redo_manager.cpp | |
parent | e25d9281d4f6f0b5b4d972b25cddaa1009ad1d26 (diff) | |
download | redot-engine-ba9e619b51b7c1009c9a3fa464343ad446c5d3ba.tar.gz |
Use forward-declarations in EditorPlugin where possible
Diffstat (limited to 'editor/editor_undo_redo_manager.cpp')
-rw-r--r-- | editor/editor_undo_redo_manager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_undo_redo_manager.cpp b/editor/editor_undo_redo_manager.cpp index 09b567fc68..8dfd8e0528 100644 --- a/editor/editor_undo_redo_manager.cpp +++ b/editor/editor_undo_redo_manager.cpp @@ -33,6 +33,7 @@ #include "core/io/resource.h" #include "core/os/os.h" #include "core/templates/local_vector.h" +#include "editor/debugger/editor_debugger_node.h" #include "editor/editor_log.h" #include "editor/editor_node.h" #include "scene/main/node.h" |