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:
authorGaia Clary <gaia.clary@machinimatrix.org>2013-06-24 17:17:21 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-06-24 17:17:21 +0400
commitc42c9cb234524fcde6248df686d359c2fa827fcd (patch)
tree5737126e16d408bd44c4847cb5f6eb23bd18350b /source/blender/collada/SkinInfo.cpp
parent960d2ec028a705c65395fc1d444704b8656c549e (diff)
Added missing include to collada sources
Diffstat (limited to 'source/blender/collada/SkinInfo.cpp')
-rw-r--r--source/blender/collada/SkinInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/SkinInfo.cpp b/source/blender/collada/SkinInfo.cpp
index 95baab05e3a..c2770dc3dc5 100644
--- a/source/blender/collada/SkinInfo.cpp
+++ b/source/blender/collada/SkinInfo.cpp
@@ -37,6 +37,7 @@
#include "BKE_object.h"
#include "DNA_armature_types.h"
#include "DNA_modifier_types.h"
+#include "DNA_scene_types.h"
#include "ED_mesh.h"
#include "ED_object.h"
#include "BKE_action.h"