diff --git a/src/papi/lz4/api_detail.h b/src/papi/lz4/api_detail.h index dab64b4..1a8eeea 100644 --- a/src/papi/lz4/api_detail.h +++ b/src/papi/lz4/api_detail.h @@ -18,7 +18,9 @@ namespace lz4 { namespace api { template constexpr auto COMPRESSBOUND = LZ4_COMPRESSBOUND(Size); - }; + + #include + }; }; }; }; \ No newline at end of file