Skip to content

Commit

Permalink
Fix an IWYU warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ljishen authored Nov 7, 2022
1 parent 6fb3319 commit d2a7f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake_modules/FindArrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <iterator>
#include <memory>
#include <string>
#include <string_view>
#include <type_traits>
#include <vector>

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2a7f72

Please sign in to comment.