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:
authorJoshua Leung <aligorith@gmail.com>2011-11-06 16:12:14 +0400
committerJoshua Leung <aligorith@gmail.com>2011-11-06 16:12:14 +0400
commite03fdd81122edba048882f07bfef09a1764e1682 (patch)
treefad83ef84c22e62a65d844e1a2249cb0214e96e4 /source/blender/collada/AnimationExporter.h
parentd738c8df1f9b608438162f2f9c24c4fd29dda3f3 (diff)
Second attempt at getting rid of bsystem_time()
Hopefully this fixes Collada. Can't really compile that to check here...
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 7f6c99b108f..c3a5c7a5383 100644
--- a/source/blender/collada/AnimationExporter.h
+++ b/source/blender/collada/AnimationExporter.h
@@ -38,6 +38,7 @@ extern "C"
#include "BKE_DerivedMesh.h"
#include "BKE_fcurve.h"
#include "BKE_animsys.h"
+#include "BKE_scene.h"
#ifdef NAN_BUILDINFO
extern char build_rev[];
#endif