From 77e616965161b11bea151df6a806e38ae64c5071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Fri, 14 Feb 2025 10:08:51 +0100 Subject: [PATCH] [CI][C++] Add missing includes (iwyu) to file_skyhook.cc --- cpp/src/skyhook/client/file_skyhook.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/src/skyhook/client/file_skyhook.cc b/cpp/src/skyhook/client/file_skyhook.cc index 5af1b2b6a575d..18f0b0eac2c59 100644 --- a/cpp/src/skyhook/client/file_skyhook.cc +++ b/cpp/src/skyhook/client/file_skyhook.cc @@ -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"