diff --git a/cmake_modules/FindArrow.cmake b/cmake_modules/FindArrow.cmake index e0e6280..e157761 100644 --- a/cmake_modules/FindArrow.cmake +++ b/cmake_modules/FindArrow.cmake @@ -120,7 +120,7 @@ else() "Use the Arrow library from the git repository for building when needed" ) set(BITAR_ARROW_GIT_TAG - "4755e0f24411a02ad5cd839a64ca2d1a43f6df6c" + "98943d90dacb0311fe0d7a17a8ef10762e1c0ef2" CACHE STRING "Use the source at the git branch, tag or commit hash from the Arrow repository for building when needed" diff --git a/src/driver.cc b/src/driver.cc index 138ae16..75ebbe8 100644 --- a/src/driver.cc +++ b/src/driver.cc @@ -39,6 +39,7 @@ #include #include #include +#include #include #include diff --git a/vcpkg.json b/vcpkg.json index 002431c..08894ab 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,7 @@ "name": "bitar", "homepage": "https://github.com/ljishen/bitar", "description": "Bitar is a C++ library to simplify accessing hardware compression/decompression accelerators.", - "builtin-baseline": "fcfda3c78c474aec7187299b684258855259a7a6", + "builtin-baseline": "e6a79ac0183043994ab21a2c4e0f9cdad8a5421c", "dependencies": [ { "name": "abseil",