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/datatoc/datatoc_icon.c')
-rw-r--r--source/blender/datatoc/datatoc_icon.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/blender/datatoc/datatoc_icon.c b/source/blender/datatoc/datatoc_icon.c
index 1569e554f9f..e4b00388dba 100644
--- a/source/blender/datatoc/datatoc_icon.c
+++ b/source/blender/datatoc/datatoc_icon.c
@@ -38,6 +38,12 @@
#include "png.h"
+
+/* for Win32 DIR functions */
+#ifdef WIN32
+# include "../blenlib/BLI_winstuff.h"
+#endif
+
#ifdef WIN32
# define SEP '\\'
#else