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"


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to