Skip to content

Commit

Permalink
[CI][C++] Add missing includes (iwyu) to file_skyhook.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Feb 14, 2025
1 parent 251758d commit 77e6169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/skyhook/client/file_skyhook.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include "arrow/dataset/file_base.h"
#include "arrow/dataset/file_ipc.h"
#include "arrow/dataset/file_parquet.h"
#include "arrow/record_batch.h"
#include "arrow/util/async_generator.h"
#include "arrow/util/checked_cast.h"
#include "arrow/util/compression.h"

Expand Down

0 comments on commit 77e6169

Please sign in to comment.