Include removal gave problems with windows, ifdef some back in for windows only
This commit is contained in:
@@ -37,6 +37,10 @@
|
||||
|
||||
#include <Python.h>
|
||||
|
||||
#ifdef WIN32
|
||||
# include "BLI_math_base.h" /* finite */
|
||||
#endif
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user