[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15966] trunk/blender/source/blender/ python/api2_2x/Constraint.c: Oops...

Joshua Leung aligorith at gmail.com
Tue Aug 5 08:51:03 CEST 2008


Revision: 15966
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15966
Author:   aligorith
Date:     2008-08-05 08:51:03 +0200 (Tue, 05 Aug 2008)

Log Message:
-----------
Oops... missing header in previous commit broke compiling

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/Constraint.c

Modified: trunk/blender/source/blender/python/api2_2x/Constraint.c
===================================================================
--- trunk/blender/source/blender/python/api2_2x/Constraint.c	2008-08-05 03:29:46 UTC (rev 15965)
+++ trunk/blender/source/blender/python/api2_2x/Constraint.c	2008-08-05 06:51:03 UTC (rev 15966)
@@ -29,6 +29,7 @@
 
 #include "Constraint.h" /*This must come first*/
 
+#include "DNA_armature_types.h"
 #include "DNA_object_types.h"
 #include "DNA_effect_types.h"
 #include "DNA_vec_types.h"





More information about the Bf-blender-cvs mailing list