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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-09-24 01:27:16 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-09-24 01:27:16 +0400
commit16593b506aeb6489eb3c24e3c54209311e948e05 (patch)
tree986ae9b6b58f051a7583617ef45fa78a12706027 /source/blender/python/api2_2x/Image.c
parentea7afe9c483f6b79eb82d818b50edab6caf65abf (diff)
make sure this also builds on Windows.
Diffstat (limited to 'source/blender/python/api2_2x/Image.c')
-rw-r--r--source/blender/python/api2_2x/Image.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Image.c b/source/blender/python/api2_2x/Image.c
index 2ef745c8f9b..a4a01c62af1 100644
--- a/source/blender/python/api2_2x/Image.c
+++ b/source/blender/python/api2_2x/Image.c
@@ -30,6 +30,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#ifdef WIN32
+#include "BLI_winstuff.h"
+#endif /* WIN32*/
+
#include <BKE_main.h>
#include <BKE_global.h>
#include <BKE_library.h>