Hopefully fix compilation with old MSVC2008/WIN32...

This commit is contained in:
Bastien Montagne 2014-06-18 10:31:16 +02:00
parent bb9719b7ab
commit 87930eb7c2

@ -40,8 +40,9 @@
/* only for BLI_strncpy_wchar_from_utf8, should replace with py funcs but too late in release now */
#include "BLI_string_utf8.h"
#ifdef _WIN32 /* BLI_setenv */
#include "BLI_path_util.h"
#ifdef _WIN32
#include "BLI_path_util.h" /* BLI_setenv() */
#include "BLI_math_base.h" /* finite() */
#endif
/* array utility function */