[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59414] trunk/blender/source/blender/ collada/collada_utils.cpp: * Compile fix for r59395, ' move bmesh tools into their own include'.

Thomas Dinges blender at dingto.org
Fri Aug 23 13:16:52 CEST 2013


Revision: 59414
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59414
Author:   dingto
Date:     2013-08-23 11:16:52 +0000 (Fri, 23 Aug 2013)
Log Message:
-----------
* Compile fix for r59395, 'move bmesh tools into their own include'. 

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59395

Modified Paths:
--------------
    trunk/blender/source/blender/collada/collada_utils.cpp

Modified: trunk/blender/source/blender/collada/collada_utils.cpp
===================================================================
--- trunk/blender/source/blender/collada/collada_utils.cpp	2013-08-23 11:11:59 UTC (rev 59413)
+++ trunk/blender/source/blender/collada/collada_utils.cpp	2013-08-23 11:16:52 UTC (rev 59414)
@@ -56,7 +56,9 @@
 
 #include "WM_api.h" // XXX hrm, see if we can do without this
 #include "WM_types.h"
+
 #include "bmesh.h"
+#include "bmesh_tools.h"
 }
 
 float bc_get_float_value(const COLLADAFW::FloatOrDoubleArray& array, unsigned int index)




More information about the Bf-blender-cvs mailing list