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:
authorCampbell Barton <ideasman42@gmail.com>2017-09-26 05:13:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-26 05:14:04 +0300
commit262ddbfda062808f2f7623e8f8275277627cb3db (patch)
treed41ceafa2504b930fe68c343de95fe276ca21c96 /source/blender/editors/animation
parent96e84d002adc016a2a4bd780cd506f5e971b4c0b (diff)
Add missing header
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/drivers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/drivers.c b/source/blender/editors/animation/drivers.c
index 77ba46ad9cc..52b93edae15 100644
--- a/source/blender/editors/animation/drivers.c
+++ b/source/blender/editors/animation/drivers.c
@@ -40,6 +40,7 @@
#include "BLI_string.h"
#include "DNA_anim_types.h"
+#include "DNA_object_types.h"
#include "DNA_texture_types.h"
#include "BKE_animsys.h"