[Bf-blender-cvs] [575cbf0] master: Fix opencollada not compiling after recent changes.

Antony Riakiotakis noreply at git.blender.org
Mon Sep 1 14:33:16 CEST 2014


Commit: 575cbf0172508eb9d846f1c62027a9c0f4fddd34
Author: Antony Riakiotakis
Date:   Mon Sep 1 14:33:05 2014 +0200
Branches: master
https://developer.blender.org/rB575cbf0172508eb9d846f1c62027a9c0f4fddd34

Fix opencollada not compiling after recent changes.

===================================================================

M	source/blender/collada/SkinInfo.cpp

===================================================================

diff --git a/source/blender/collada/SkinInfo.cpp b/source/blender/collada/SkinInfo.cpp
index 7ae1750..75928f9 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"




More information about the Bf-blender-cvs mailing list