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"