Fix for building on win32

This commit is contained in:
2005-03-19 17:15:25 +00:00
parent 1ec0238bd6
commit 0d1738e285

View File

@@ -29,6 +29,9 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef WIN32
#include <BLI_winstuff.h>
#endif
#include <BIF_renderwin.h>
#include <BKE_utildefines.h>