mirror of https://github.com/ecmwf/eccodes.git
Fix Windows build (iwyu)
This commit is contained in:
parent
ffac26957d
commit
fb41fb9c2b
|
@ -15,6 +15,9 @@
|
|||
|
||||
#include "grib_api_internal.h"
|
||||
#include <math.h>
|
||||
#ifdef ECCODES_ON_WINDOWS
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
This is used by make_class.pl
|
||||
|
|
Loading…
Reference in New Issue