Skip to content

Commit

Permalink
fix header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Mar 18, 2021
1 parent 5566599 commit 76b0e0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/benchmarks/string/combine_benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

#include "string_bench_args.hpp"

#include <benchmark/benchmark.h>
#include <benchmarks/common/generate_benchmark_input.hpp>
#include <benchmarks/fixture/benchmark_fixture.hpp>
Expand All @@ -24,10 +26,6 @@
#include <cudf/strings/strings_column_view.hpp>
#include <cudf_test/column_wrapper.hpp>

#include <limits>

#include "string_bench_args.hpp"

class StringCombine : public cudf::benchmark {
};

Expand Down
2 changes: 2 additions & 0 deletions cpp/benchmarks/string/string_bench_args.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

#include <cudf/types.hpp>

#include <limits>

/**
* @brief Generate row count and row length argument ranges for a string benchmark.
*
Expand Down

0 comments on commit 76b0e0f

Please sign in to comment.