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-11-29 21:12:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-29 21:12:33 +0300
commit46c80d5d1122c4917565f8cc1c2b7fe2d0481bd8 (patch)
tree8285a3ea87de3d9baf578541f852dafa38bd26d2 /source/blender/imbuf/intern/allocimbuf.c
parent1cb59394ae69148904de34a32d09319f02c86a09 (diff)
Correct includes for win32
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;