From 575cbf0172508eb9d846f1c62027a9c0f4fddd34 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 1 Sep 2014 14:33:05 +0200 Subject: Fix opencollada not compiling after recent changes. --- source/blender/collada/SkinInfo.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/collada/SkinInfo.cpp b/source/blender/collada/SkinInfo.cpp index 7ae1750d2ca..75928f9d189 100644 --- a/source/blender/collada/SkinInfo.cpp +++ b/source/blender/collada/SkinInfo.cpp @@ -34,6 +34,10 @@ /* COLLADABU_ASSERT, may be able to remove later */ #include "COLLADABUPlatform.h" +#include "BLI_listbase.h" +#include "BLI_math.h" +#include "BLI_compiler_attrs.h" + #include "BKE_object.h" #include "DNA_armature_types.h" #include "DNA_modifier_types.h" @@ -41,8 +45,6 @@ #include "ED_mesh.h" #include "ED_object.h" #include "BKE_action.h" -#include "BLI_listbase.h" -#include "BLI_math.h" #include "SkinInfo.h" #include "collada_utils.h" -- cgit v1.2.3