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:
authorCampbell Barton <ideasman42@gmail.com>2008-03-17 19:45:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-17 19:45:20 +0300
commitf96064d33c79cdc45a8d936fde3f66dd717f5242 (patch)
treedd296e902afc02782c05c83f29096f1d2856b617 /source/blender/python/api2_2x/Window.c
parentade184e8199c8444c70bdbb580b24feeec730c89 (diff)
missing header
Diffstat (limited to 'source/blender/python/api2_2x/Window.c')
-rw-r--r--source/blender/python/api2_2x/Window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Window.c b/source/blender/python/api2_2x/Window.c
index 9f1d79ffd3c..22e19c9f54a 100644
--- a/source/blender/python/api2_2x/Window.c
+++ b/source/blender/python/api2_2x/Window.c
@@ -47,6 +47,7 @@
#include "BIF_space.h"
#include "BIF_drawtext.h"
#include "BIF_poseobject.h"
+#include "BIF_toolbox.h" /* for error() */
#include "DNA_view3d_types.h"
#include "DNA_space_types.h"
#include "DNA_scene_types.h"