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/modifiers/intern/MOD_curve.c
parentd8f931c9b7db09f969a0a6379782103071e0e9f5 (diff)
Depsgraph: More type definitions to new depsgraph header
Diffstat (limited to 'source/blender/modifiers/intern/MOD_curve.c')
-rw-r--r--source/blender/modifiers/intern/MOD_curve.c1
1 files changed, 1 insertions, 0 deletions
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)