diff --git a/contrib/zstd/wrapper/CMakeLists.txt b/contrib/zstd/wrapper/CMakeLists.txt index ff322ea..f13b4e4 100644 --- a/contrib/zstd/wrapper/CMakeLists.txt +++ b/contrib/zstd/wrapper/CMakeLists.txt @@ -23,5 +23,6 @@ target_link_libraries(wrapper_zstd PUBLIC ) target_include_directories(wrapper_zstd PUBLIC + ${SAPI_SOURCE_DIR} ${libzstd_INCLUDE_DIR} ) diff --git a/contrib/zstd/wrapper/wrapper_zstd.cc b/contrib/zstd/wrapper/wrapper_zstd.cc index 020053a..999f24a 100644 --- a/contrib/zstd/wrapper/wrapper_zstd.cc +++ b/contrib/zstd/wrapper/wrapper_zstd.cc @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include "wrapper_zstd.h" +#include "contrib/zstd/wrapper/wrapper_zstd.h" #include #include