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.cc')
-rw-r--r--source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc b/source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc
index af058e9eea8..dad03d392fb 100644
--- a/source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc
+++ b/source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc
@@ -24,8 +24,10 @@
#include "BLT_translation.h"
+#include "DNA_outliner_types.h"
+
#include "../outliner_intern.hh"
-#include "tree_display.h"
+#include "common.hh"
#include "tree_element_scene_objects.hh"