From a1b8c0bca2a112a451e448accf731c6f6bb30b75 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 6 Apr 2017 15:37:46 +0200 Subject: Depsgraph: More type definitions to new depsgraph header --- source/blender/blenkernel/intern/lattice.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenkernel/intern/lattice.c') diff --git a/source/blender/blenkernel/intern/lattice.c b/source/blender/blenkernel/intern/lattice.c index 54cfae620a1..3126ba36a73 100644 --- a/source/blender/blenkernel/intern/lattice.c +++ b/source/blender/blenkernel/intern/lattice.c @@ -67,6 +67,8 @@ #include "BKE_deform.h" +#include "DEG_depsgraph.h" + /* Workaround for cyclic dependency with curves. * In such case curve_cache might not be ready yet, */ -- cgit v1.2.3