[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29569] branches/soc-2010-jwilkins/source/ blender/editors/sculpt_paint/sculpt_undo.c: * added some header files to get it to compile on Ubuntu 10.04

Jason Wilkins Jason.A.Wilkins at gmail.com
Sat Jun 19 19:32:30 CEST 2010


Revision: 29569
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29569
Author:   jwilkins
Date:     2010-06-19 19:32:30 +0200 (Sat, 19 Jun 2010)

Log Message:
-----------
* added some header files to get it to compile on Ubuntu 10.04

Must be some subtle differences due to conditional compilation.

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt_undo.c

Modified: branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt_undo.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt_undo.c	2010-06-19 15:50:54 UTC (rev 29568)
+++ branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt_undo.c	2010-06-19 17:32:30 UTC (rev 29569)
@@ -37,6 +37,7 @@
 #include "DNA_meshdata_types.h"
 #include "DNA_object_types.h"
 #include "DNA_scene_types.h"
+#include "DNA_mesh_types.h"
 
 #include "BKE_cdderivedmesh.h"
 #include "BKE_context.h"
@@ -44,6 +45,7 @@
 #include "BKE_modifier.h"
 #include "BKE_multires.h"
 #include "BKE_paint.h"
+#include "BKE_mesh.h"
 
 #include "ED_sculpt.h"
 #include "paint_intern.h"





More information about the Bf-blender-cvs mailing list