mirror of https://github.com/ecmwf/eccodes.git
ECC-1467: Missing header file
This commit is contained in:
parent
3079588f3e
commit
8486b71416
|
@ -0,0 +1,5 @@
|
|||
# pragma once
|
||||
|
||||
#include "grib_api_internal.h"
|
||||
|
||||
template <typename T> int grib_unpack(grib_accessor* a, T* v, size_t* len);
|
Loading…
Reference in New Issue