Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
(#18) Added #include for lz4frame.h api
Browse files Browse the repository at this point in the history
This is the API that is required to compress/decompress files as the
LZ4.exe tool does.
  • Loading branch information
leandor committed Jul 1, 2017
1 parent 3df7ca7 commit bba9208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/papi/lz4/api_detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ namespace lz4 { namespace api {

template<int Size>
constexpr auto COMPRESSBOUND = LZ4_COMPRESSBOUND(Size);
};

#include <lz4frame.h>
};
};
};
};

0 comments on commit bba9208

Please sign in to comment.