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:
authorJacques Lucke <mail@jlucke.com>2020-02-12 21:00:59 +0300
committerJacques Lucke <mail@jlucke.com>2020-02-12 21:00:59 +0300
commitdc89a3ec7c56aeac799b41771ebb7547ea3cb440 (patch)
treec146cbfc40ea9fbf5d9cda11034805fa0032f8f4 /source/blender/editors/space_outliner/outliner_draw.c
parentb4bf6b9cc9705c2cb8f32e5a9986bf769e4158eb (diff)
parentc10e05ceb89ebb52707d519e091ebab9ca62e40b (diff)
Merge branch 'master' into functions
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 5caf028c804..b4d6c6f7d4a 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -49,6 +49,7 @@
#include "BKE_idcode.h"
#include "BKE_layer.h"
#include "BKE_lib_id.h"
+#include "BKE_library.h"
#include "BKE_main.h"
#include "BKE_modifier.h"
#include "BKE_object.h"