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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-05 17:00:39 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-05 17:00:39 +0400
commit98841291173614410fca3b9db1cd0ee320d9eb84 (patch)
tree0abc8b41f08991727a2551b2d8d390ba7c453f63 /source/blender/collada
parentfd6138a26d1efdf46be3d8dff85d63eaad5f0d21 (diff)
Code refactoring: split camera functions from object.c into new camera.c.
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/DocumentImporter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/collada/DocumentImporter.cpp b/source/blender/collada/DocumentImporter.cpp
index 8cdb1065699..ec22dfae7ba 100644
--- a/source/blender/collada/DocumentImporter.cpp
+++ b/source/blender/collada/DocumentImporter.cpp
@@ -54,6 +54,7 @@
#include "BLI_string.h"
#include "BLI_utildefines.h"
+#include "BKE_camera.h"
#include "BKE_main.h"
#include "BKE_library.h"
#include "BKE_texture.h"