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/AnimationExporter.h
parent960d2ec028a705c65395fc1d444704b8656c549e (diff)
Added missing include to collada sources
Diffstat (limited to 'source/blender/collada/AnimationExporter.h')
-rw-r--r--source/blender/collada/AnimationExporter.h1
1 files changed, 1 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"