Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/space_outliner/tree/tree_element_id.hh')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_id.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_id.hh b/source/blender/editors/space_outliner/tree/tree_element_id.hh
index b3b5ca2770c..12527992e8a 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_id.hh
+++ b/source/blender/editors/space_outliner/tree/tree_element_id.hh
@@ -24,6 +24,9 @@
#include "tree_element.hh"
+struct AnimData;
+struct ID;
+
namespace blender::ed::outliner {
class TreeElementID : public AbstractTreeElement {