[Bf-blender-cvs] [262ddbfda06] master: Add missing header

Campbell Barton noreply at git.blender.org
Tue Sep 26 04:04:46 CEST 2017


Commit: 262ddbfda062808f2f7623e8f8275277627cb3db
Author: Campbell Barton
Date:   Tue Sep 26 12:13:33 2017 +1000
Branches: master
https://developer.blender.org/rB262ddbfda062808f2f7623e8f8275277627cb3db

Add missing header

===================================================================

M	source/blender/editors/animation/drivers.c

===================================================================

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"



More information about the Bf-blender-cvs mailing list