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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-18 01:57:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-18 01:57:56 +0300
commitf77051c2fcd49e327d44c1edf92ebe9a4258c6c0 (patch)
tree0b54291466f42871b2ff71b82140fb64d1858fe6 /source/blender/collada/collada_internal.cpp
parenta241ce1fd185ea23ba983311589ddd865d4e50d0 (diff)
fix for build warning with openCOLLADA svn833 reported by Dave Plater.
Also fixed duplicate header define between 2 includes.
Diffstat (limited to 'source/blender/collada/collada_internal.cpp')
-rw-r--r--source/blender/collada/collada_internal.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/collada_internal.cpp b/source/blender/collada/collada_internal.cpp
index 80c8a470888..e8d91fcbb94 100644
--- a/source/blender/collada/collada_internal.cpp
+++ b/source/blender/collada/collada_internal.cpp
@@ -23,6 +23,8 @@
*/
/* COLLADABU_ASSERT, may be able to remove later */
+#include "COLLADABUPlatform.h"
+
#include "collada_internal.h"
UnitConverter::UnitConverter() : unit(), up_axis(COLLADAFW::FileInfo::Z_UP) {}