mirror of https://github.com/ecmwf/eccodes.git
Fix macmini build: use float.h
This commit is contained in:
parent
879d78ea2f
commit
87aa2f3888
|
@ -11,7 +11,7 @@
|
|||
#include "grib_api_internal.h"
|
||||
#include "grib_optimize_decimal_factor.h"
|
||||
#include <math.h>
|
||||
#include <values.h>
|
||||
#include <float.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue