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

@@ -63,6 +63,10 @@
#include <math.h>
#include <string.h>
#ifdef WIN32
# include "BLI_alloca.h"
#endif
/* number of layers to add when growing a CustomData object */
#define CUSTOMDATA_GROW 5

View File

@@ -77,6 +77,10 @@
#include "MEM_guardedalloc.h"
#ifdef WIN32
# include "BLI_math_base.h" /* M_PI */
#endif
/* *************************************************** */
/* Old-Data Freeing Tools */