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_scene_objects.hh')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh b/source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh
index a2aa29c4a33..7ce5a404f5c 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh
+++ b/source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh
@@ -22,6 +22,8 @@
#include "tree_element.hh"
+struct Scene;
+
namespace blender::ed::outliner {
class TreeElementSceneObjectsBase final : public AbstractTreeElement {