From 0a4eb24ca0e0cf7e4e1b615e0929ec50bf030d74 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 12 Feb 2011 06:25:04 +0000 Subject: fix for building with opencollada 833 on linux. --- source/blender/collada/MeshImporter.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/collada/MeshImporter.cpp') 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 #endif +/* COLLADABU_ASSERT, may be able to remove later */ +#include "COLLADABUPlatform.h" + #include "COLLADAFWMeshPrimitive.h" #include "COLLADAFWMeshVertexData.h" #include "COLLADAFWPolygons.h" -- cgit v1.2.3