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:
authorNathan Letwory <nathan@letworyinteractive.com>2013-09-10 09:57:54 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2013-09-10 09:57:54 +0400
commit8f3f1103485576a3786f39dd66727bb421fc0a8a (patch)
tree7fde828bf1821780fd9eafeed393b0ac954db18d /source/blender/imbuf
parentc7f0344aaeedfbcfc683d352fe13435d4f7294f2 (diff)
Add BLI_utildefines.h for __func__ (necessary for MSVC).
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/allocimbuf.c2
1 files changed, 2 insertions, 0 deletions
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;