diff options
author | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-19 12:45:49 +0100 |
---|---|---|
committer | trollodel <33117082+trollodel@users.noreply.github.com> | 2022-11-29 09:59:43 +0100 |
commit | c90d0bd84f442f3baf69096fe124035352e7b145 (patch) | |
tree | f5d5dfdf98f97bdea653ef51d38d8327524646c5 /editor/plugins/root_motion_editor_plugin.cpp | |
parent | 55dae301777ba609c3255026f9a9852a0dbfd43b (diff) |
Use forward-declarations in big editor classes
Diffstat (limited to 'editor/plugins/root_motion_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/root_motion_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/root_motion_editor_plugin.cpp b/editor/plugins/root_motion_editor_plugin.cpp index 596b2c0edb..93a64a8f3d 100644 --- a/editor/plugins/root_motion_editor_plugin.cpp +++ b/editor/plugins/root_motion_editor_plugin.cpp @@ -32,6 +32,7 @@ #include "editor/editor_node.h" #include "scene/animation/animation_player.h" #include "scene/animation/animation_tree.h" +#include "scene/gui/tree.h" #include "scene/main/window.h" void EditorPropertyRootMotion::_confirmed() { |