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
path: root/source
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2014-11-21 18:01:18 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2014-11-21 18:01:18 +0300
commit31093f896fb1925013efa0879f7301f714773e5f (patch)
treefbbb7d9e5edc606b8e8be6690fe820e34d390142 /source
parent591eb27efaf686901143595b8d6f756d0239515f (diff)
fix T42676 replaced windows specific include by BLI_utildefines.h
Diffstat (limited to 'source')
-rw-r--r--source/blender/imbuf/intern/radiance_hdr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/radiance_hdr.c b/source/blender/imbuf/intern/radiance_hdr.c
index 2a4df2aff4f..318bb7e96e3 100644
--- a/source/blender/imbuf/intern/radiance_hdr.c
+++ b/source/blender/imbuf/intern/radiance_hdr.c
@@ -38,7 +38,7 @@
*/
#ifdef WIN32
-# include <io.h>
+# include "BLI_utildefines.h"
#endif
#include "MEM_guardedalloc.h"