ECC-1467: Missing header file

This commit is contained in:
Eugen Betke 2023-03-06 14:48:29 +00:00
parent 3079588f3e
commit 8486b71416
1 changed files with 5 additions and 0 deletions

5
src/grib_accessor.h Normal file
View File

@ -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);