Fix Windows build: include header file for std::max

This commit is contained in:
Shahram Najm 2023-07-14 15:34:36 +00:00
parent aabdbd927a
commit 8017542bbe
1 changed files with 1 additions and 0 deletions

View File

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