mirror of https://github.com/ecmwf/eccodes.git
Fix Windows build: include header file for std::max
This commit is contained in:
parent
aabdbd927a
commit
8017542bbe
|
@ -15,6 +15,7 @@
|
|||
#include "grib_value.h"
|
||||
#include "grib_accessor.h"
|
||||
#include <float.h>
|
||||
#include <limits>
|
||||
|
||||
/* Note: A fast cut-down version of strcmp which does NOT return -1 */
|
||||
/* 0 means input strings are equal and 1 means not equal */
|
||||
|
|
Loading…
Reference in New Issue