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:
authorChris Want <cwant@ualberta.ca>2006-03-30 03:16:09 +0400
committerChris Want <cwant@ualberta.ca>2006-03-30 03:16:09 +0400
commit10adb211fc66f50f9b115fb6e66baddd4f45f057 (patch)
treed5c7db12bbae13678799a141de09e862943133d7 /source/blender/python/api2_2x/Blender.c
parent7fb2bf54303e32da79f631e89986507b5b81d46b (diff)
==Nothing to see here, move along==
A header (BKE_Scene.h) was not included.
Diffstat (limited to 'source/blender/python/api2_2x/Blender.c')
-rw-r--r--source/blender/python/api2_2x/Blender.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Blender.c b/source/blender/python/api2_2x/Blender.c
index d67d05eaea0..5609e83d457 100644
--- a/source/blender/python/api2_2x/Blender.c
+++ b/source/blender/python/api2_2x/Blender.c
@@ -45,6 +45,7 @@ struct ID; /*keep me up here */
#include "BKE_packedFile.h"
#include "BKE_utildefines.h"
#include "BKE_object.h"
+#include "BKE_scene.h"
#include "BKE_text.h"
#include "BKE_ipo.h"
#include "BKE_library.h"