Commits


Raúl Cumplido authored and GitHub committed 71e214c0736
GH-45537: [CI][C++] Add missing includes (iwyu) to file_skyhook.cc (#45538) ### Rationale for this change The job is failing because it was using some includes from a different header file `cpp/src/arrow/acero/options.h`. The file removed some of those includes and now they were missing. ### What changes are included in this PR? Add missing includes ### Are these changes tested? Yes, via archery ### Are there any user-facing changes? No * GitHub Issue: #45537 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>