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>2014-05-01 01:21:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 01:21:08 +0400
commitaf86b008b2a3dacc33b4987c50d8ffa24f6f9817 (patch)
tree854b272c1196f704c11f0ca7f4c5eb024b2f8576 /source/blender/editors/screen
parentcb48c0ceeaf368ef2a13639b68241cdfede62806 (diff)
Include removal gave problems with windows, ifdef some back in for windows only
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/area.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 151764dab6a..05659f60578 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -68,6 +68,10 @@
#include "screen_intern.h"
+#ifdef WIN32
+# include "BLI_alloca.h"
+#endif
+
extern void ui_draw_anti_tria(float x1, float y1, float x2, float y2, float x3, float y3); /* xxx temp */
/* general area and region code */