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/nodes/composite/node_composite_util.h
parentfd6138a26d1efdf46be3d8dff85d63eaad5f0d21 (diff)
Code refactoring: split camera functions from object.c into new camera.c.
Diffstat (limited to 'source/blender/nodes/composite/node_composite_util.h')
-rw-r--r--source/blender/nodes/composite/node_composite_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/nodes/composite/node_composite_util.h b/source/blender/nodes/composite/node_composite_util.h
index 9ebca8688b4..6da9b901e76 100644
--- a/source/blender/nodes/composite/node_composite_util.h
+++ b/source/blender/nodes/composite/node_composite_util.h
@@ -57,6 +57,7 @@
#include "BLI_utildefines.h"
#include "BKE_blender.h"
+#include "BKE_camera.h"
#include "BKE_colortools.h"
#include "BKE_global.h"
#include "BKE_image.h"