mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
c-blosc: add missing header
This commit is contained in:
parent
2fb08b99da
commit
8a8b626701
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
#include "absl/status/status.h"
|
#include "absl/status/status.h"
|
||||||
|
|
||||||
|
#include "contrib/c-blosc/sandboxed.h"
|
||||||
|
|
||||||
absl::Status Compress(CbloscApi& api, std::ifstream& in_stream,
|
absl::Status Compress(CbloscApi& api, std::ifstream& in_stream,
|
||||||
std::ofstream& out_stream, int clevel,
|
std::ofstream& out_stream, int clevel,
|
||||||
std::string& compress, int nthreads);
|
std::string& compress, int nthreads);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user