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/modifiers/intern/MOD_array.c | 2 ++ source/blender/modifiers/intern/MOD_curve.c | 1 + source/blender/modifiers/intern/MOD_subsurf.c | 2 ++ 3 files changed, 5 insertions(+) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_array.c b/source/blender/modifiers/intern/MOD_array.c index f4c665bf550..61a5a0de119 100644 --- a/source/blender/modifiers/intern/MOD_array.c +++ b/source/blender/modifiers/intern/MOD_array.c @@ -54,6 +54,8 @@ #include "MOD_util.h" +#include "DEG_depsgraph.h" + /* Due to cyclic dependencies it's possible that curve used for * deformation here is not evaluated at the time of evaluating * this modifier. diff --git a/source/blender/modifiers/intern/MOD_curve.c b/source/blender/modifiers/intern/MOD_curve.c index fa4f1ac76fc..e71a1591afe 100644 --- a/source/blender/modifiers/intern/MOD_curve.c +++ b/source/blender/modifiers/intern/MOD_curve.c @@ -46,6 +46,7 @@ #include "BKE_library_query.h" #include "BKE_modifier.h" +#include "DEG_depsgraph.h" #include "DEG_depsgraph_build.h" static void initData(ModifierData *md) diff --git a/source/blender/modifiers/intern/MOD_subsurf.c b/source/blender/modifiers/intern/MOD_subsurf.c index af3ffb820c1..6661ef194f4 100644 --- a/source/blender/modifiers/intern/MOD_subsurf.c +++ b/source/blender/modifiers/intern/MOD_subsurf.c @@ -50,6 +50,8 @@ #include "BKE_scene.h" #include "BKE_subsurf.h" +#include "DEG_depsgraph.h" + #include "MOD_modifiertypes.h" #include "intern/CCGSubSurf.h" -- cgit v1.2.3