Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-08-23 15:16:52 +0400
committerThomas Dinges <blender@dingto.org>2013-08-23 15:16:52 +0400
commit9843170f4b364cfd0b2b0346bfc4958c10e443f3 (patch)
treed85c90ddefdbcfee6fb2c2e444e01661dcd4530e /source/blender/collada
parent111b365c581b440b20b87e4b9df2bdb38668add0 (diff)
* Compile fix for r59395, 'move bmesh tools into their own include'.
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/collada_utils.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/collada_utils.cpp b/source/blender/collada/collada_utils.cpp
index 3e17472e9c2..146aff5ca5b 100644
--- a/source/blender/collada/collada_utils.cpp
+++ b/source/blender/collada/collada_utils.cpp
@@ -56,7 +56,9 @@ extern "C" {
#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)