From 40b079f136459b8b98d270ca3a3651f0fa531e53 Mon Sep 17 00:00:00 2001 From: Vukasin Milovanovic Date: Wed, 18 May 2022 15:27:01 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Bradley Dice --- cpp/src/io/orc/orc_field_writer.hpp | 1 + cpp/src/io/orc/orc_gpu.hpp | 1 + cpp/src/io/orc/reader_impl.cu | 1 + 3 files changed, 3 insertions(+) diff --git a/cpp/src/io/orc/orc_field_writer.hpp b/cpp/src/io/orc/orc_field_writer.hpp index f7e480976ff..44d87190844 100644 --- a/cpp/src/io/orc/orc_field_writer.hpp +++ b/cpp/src/io/orc/orc_field_writer.hpp @@ -16,6 +16,7 @@ #pragma once #include "orc.hpp" + #include #include diff --git a/cpp/src/io/orc/orc_gpu.hpp b/cpp/src/io/orc/orc_gpu.hpp index 6956e43f4a4..a475c3a29bf 100644 --- a/cpp/src/io/orc/orc_gpu.hpp +++ b/cpp/src/io/orc/orc_gpu.hpp @@ -20,6 +20,7 @@ #include "orc.hpp" #include "orc_common.hpp" + #include #include #include diff --git a/cpp/src/io/orc/reader_impl.cu b/cpp/src/io/orc/reader_impl.cu index 095ae262f66..3e1a54ca6c7 100644 --- a/cpp/src/io/orc/reader_impl.cu +++ b/cpp/src/io/orc/reader_impl.cu @@ -21,6 +21,7 @@ #include "orc.hpp" #include "orc_gpu.hpp" + #include "reader_impl.hpp" #include "timezone.cuh"