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
path: root/source
diff options
context:
space:
mode:
authorDiego Borghetti <bdiego@gmail.com>2007-09-08 04:54:42 +0400
committerDiego Borghetti <bdiego@gmail.com>2007-09-08 04:54:42 +0400
commit3d58fc36604a0aed7f3d8d4a40d6473c9546c93c (patch)
tree242875f0285e4ec975e0bbfe47d47205f9167c47 /source
parent8aa152df93c5bfd41115def264b9fa608e986e4e (diff)
Fix compile warning.
The function newVectorObject is declare in the vector.h.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/Key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Key.c b/source/blender/python/api2_2x/Key.c
index f72f01b2eb1..88facd80b4e 100644
--- a/source/blender/python/api2_2x/Key.c
+++ b/source/blender/python/api2_2x/Key.c
@@ -32,6 +32,7 @@
*/
#include "Key.h" /*This must come first*/
+#include "vector.h"
#include "DNA_scene_types.h"