Skip to content

Commit

Permalink
fix include header in benchmark cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Mar 18, 2021
1 parent 6d9de5b commit 9825ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/benchmarks/string/replace_re_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 @@ -23,8 +25,6 @@
#include <cudf/strings/strings_column_view.hpp>
#include <cudf_test/column_wrapper.hpp>

#include "string_bench_args.hpp"

class StringReplace : public cudf::benchmark {
};

Expand Down

0 comments on commit 9825ec8

Please sign in to comment.