factory.c: include <stdlib.h> for atof()

This commit is contained in:
Thomas Bernard 2018-06-21 12:57:54 +02:00
parent 4b28894bb8
commit 2d46fbc4d6

View File

@ -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