factory.c: include <stdlib.h> for atof()
This commit is contained in:
parent
4b28894bb8
commit
2d46fbc4d6
@ -59,6 +59,7 @@ char * Bound_script[10];
|
|||||||
#include <float.h> // for DBL_MAX
|
#include <float.h> // for DBL_MAX
|
||||||
#include <limits.h> //for INT_MIN
|
#include <limits.h> //for INT_MIN
|
||||||
#include <string.h> // strncpy()
|
#include <string.h> // strncpy()
|
||||||
|
#include <stdlib.h> // for atof()
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#define strdup _strdup
|
#define strdup _strdup
|
||||||
#define putenv _putenv
|
#define putenv _putenv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user