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:
-rw-r--r--source/blender/collada/AnimationExporter.h1
-rw-r--r--source/blender/collada/SkinInfo.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/collada/AnimationExporter.h b/source/blender/collada/AnimationExporter.h
index a6f1b89aedb..ea5fd203bea 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -35,6 +35,7 @@ extern "C"
#include "DNA_armature_types.h"
#include "DNA_material_types.h"
#include "DNA_constraint_types.h"
+#include "DNA_scene_types.h"
#include "BLI_math.h"
#include "BLI_string.h"
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"