From a47a4ef82f37428d391cc14a30fa611d6714e71d Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Wed, 30 Apr 2014 23:15:54 +0200 Subject: Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a. --- source/blender/editors/screen/area.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/screen/area.c') diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c index 151764dab6a..04384524241 100644 --- a/source/blender/editors/screen/area.c +++ b/source/blender/editors/screen/area.c @@ -36,6 +36,7 @@ #include "DNA_userdef_types.h" +#include "BLI_alloca.h" #include "BLI_blenlib.h" #include "BLI_math.h" #include "BLI_utildefines.h" -- cgit v1.2.3