Include removal gave problems with windows, ifdef some back in for windows only

This commit is contained in:
2014-05-01 07:21:08 +10:00
parent cb48c0ceea
commit af86b008b2
13 changed files with 43 additions and 1 deletions

View File

@@ -37,6 +37,10 @@
#include <Python.h>
#ifdef WIN32
# include "BLI_math_base.h" /* finite */
#endif
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"

View File

@@ -30,11 +30,12 @@
#include "RNA_types.h"
#include "bpy_rna.h"
#include "BKE_global.h"
#include "MEM_guardedalloc.h"
#include "BLI_utildefines.h"
#include "RNA_access.h"
#define USE_MATHUTILS

View File

@@ -31,6 +31,9 @@
#include "BLI_utildefines.h"
#include "BLI_path_util.h"
#ifdef WIN32
# include "BLI_string.h" /* BLI_strcasecmp */
#endif
#include "bpy_traceback.h"