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:
authorThomas Dinges <blender@dingto.org>2014-05-01 01:15:54 +0400
committerThomas Dinges <blender@dingto.org>2014-05-01 01:16:12 +0400
commita47a4ef82f37428d391cc14a30fa611d6714e71d (patch)
tree9b84f1b5b77a00831e1ad43809d40012f83ed7bf /source/blender/imbuf/intern/allocimbuf.c
parent2ce3e4639a9bc45f339386c2b5d4b7dedb905b26 (diff)
Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.
Diffstat (limited to 'source/blender/imbuf/intern/allocimbuf.c')
-rw-r--r--source/blender/imbuf/intern/allocimbuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/allocimbuf.c b/source/blender/imbuf/intern/allocimbuf.c
index ff9bef74a79..556c4beeae7 100644
--- a/source/blender/imbuf/intern/allocimbuf.c
+++ b/source/blender/imbuf/intern/allocimbuf.c
@@ -47,6 +47,7 @@
#include "MEM_guardedalloc.h"
+#include "BLI_utildefines.h"
#include "BLI_threads.h"
static SpinLock refcounter_spin;