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
path: root/source
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2014-09-01 16:33:05 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-09-01 16:33:05 +0400
commit575cbf0172508eb9d846f1c62027a9c0f4fddd34 (patch)
tree809bc7453f334a4015ca5bb8571792a25b687a80 /source
parent43303625af4f1489a15fcf3fcab0c17c8c38f132 (diff)
Fix opencollada not compiling after recent changes.
Diffstat (limited to 'source')
-rw-r--r--source/blender/collada/SkinInfo.cpp6
1 files changed, 4 insertions, 2 deletions
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"