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-12 09:25:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-12 09:25:04 +0300
commit0a4eb24ca0e0cf7e4e1b615e0929ec50bf030d74 (patch)
treebd41666006dd9669078044a8ab1b7437a2b9c6cf /source/blender/collada/MeshImporter.cpp
parent92672d0c1c2797d0068f5f71b13b5e521253b618 (diff)
fix for building with opencollada 833 on linux.
Diffstat (limited to 'source/blender/collada/MeshImporter.cpp')
-rw-r--r--source/blender/collada/MeshImporter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/collada/MeshImporter.cpp b/source/blender/collada/MeshImporter.cpp
index 5faaf123bc7..b42adc03785 100644
--- a/source/blender/collada/MeshImporter.cpp
+++ b/source/blender/collada/MeshImporter.cpp
@@ -28,6 +28,9 @@
#include <iostream>
#endif
+/* COLLADABU_ASSERT, may be able to remove later */
+#include "COLLADABUPlatform.h"
+
#include "COLLADAFWMeshPrimitive.h"
#include "COLLADAFWMeshVertexData.h"
#include "COLLADAFWPolygons.h"