Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
vuule and bdice authored May 18, 2022
1 parent 06085e8 commit 40b079f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/io/orc/orc_field_writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#pragma once

#include "orc.hpp"

#include <numeric>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions cpp/src/io/orc/orc_gpu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "orc.hpp"
#include "orc_common.hpp"

#include <cudf/table/table_device_view.cuh>
#include <cudf/types.hpp>
#include <cudf/utilities/span.hpp>
Expand Down
1 change: 1 addition & 0 deletions cpp/src/io/orc/reader_impl.cu
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "orc.hpp"
#include "orc_gpu.hpp"

#include "reader_impl.hpp"
#include "timezone.cuh"

Expand Down

0 comments on commit 40b079f

Please sign in to comment.