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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 16:37:46 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-06 16:37:46 +0300
commita1b8c0bca2a112a451e448accf731c6f6bb30b75 (patch)
tree5cbd44274a93139d835fb07690db1ebc5ed0664f /source/blender/blenkernel/intern/group.c
parentd8f931c9b7db09f969a0a6379782103071e0e9f5 (diff)
Depsgraph: More type definitions to new depsgraph header
Diffstat (limited to 'source/blender/blenkernel/intern/group.c')
-rw-r--r--source/blender/blenkernel/intern/group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/group.c b/source/blender/blenkernel/intern/group.c
index 9c81a8b49be..bc6c3a058d6 100644
--- a/source/blender/blenkernel/intern/group.c
+++ b/source/blender/blenkernel/intern/group.c
@@ -55,6 +55,8 @@
#include "BKE_object.h"
#include "BKE_scene.h" /* BKE_scene_base_find */
+#include "DEG_depsgraph.h"
+
static void free_group_object(GroupObject *go)
{
MEM_freeN(go);