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:
Diffstat (limited to 'source/blender/imbuf/intern/indexer.c')
-rw-r--r--source/blender/imbuf/intern/indexer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/indexer.c b/source/blender/imbuf/intern/indexer.c
index 46095b7eedc..6589b784ec0 100644
--- a/source/blender/imbuf/intern/indexer.c
+++ b/source/blender/imbuf/intern/indexer.c
@@ -30,6 +30,9 @@
#include "BLI_string.h"
#include "BLI_fileops.h"
#include "BLI_ghash.h"
+#ifdef _WIN32
+# include "BLI_winstuff.h"
+#endif
#include "IMB_indexer.h"
#include "IMB_anim.h"