From 8f3f1103485576a3786f39dd66727bb421fc0a8a Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Tue, 10 Sep 2013 05:57:54 +0000 Subject: Add BLI_utildefines.h for __func__ (necessary for MSVC). --- source/blender/imbuf/intern/allocimbuf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c index 4dfeef5c502..fb7033e1362 100644 --- a/source/blender/imbuf/intern/allocimbuf.c +++ b/source/blender/imbuf/intern/allocimbuf.c @@ -48,6 +48,8 @@ #include "MEM_guardedalloc.h" #include "MEM_CacheLimiterC-Api.h" +#include "BLI_utildefines.h" + void imb_freemipmapImBuf(ImBuf *ibuf) { int a; -- cgit v1.2.3