From 2b6b95db1fd828e684bdfe2f06a8343f2eeec999 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 26 Jul 2022 12:55:53 +0200 Subject: [PATCH] Fix compile. --- editor/plugins/animation_player_editor_plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/plugins/animation_player_editor_plugin.h b/editor/plugins/animation_player_editor_plugin.h index f53491fa2..a393f7a84 100644 --- a/editor/plugins/animation_player_editor_plugin.h +++ b/editor/plugins/animation_player_editor_plugin.h @@ -45,6 +45,7 @@ class AnimationTrackEditor; class AnimationPlayerEditorPlugin; class AcceptDialog; class AnimationPlayer; +class Animation; class Button; class ConfirmationDialog; class Control;