Skip to content

Commit

Permalink
use cuda/std/climits
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Apr 7, 2021
1 parent 11ad428 commit 111ae66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/include/cudf/utilities/bit.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#pragma once

#include <cassert>
#include <climits>
#include <cuda/std/climits>
#include <cudf/types.hpp>

/**
Expand Down
2 changes: 1 addition & 1 deletion cpp/tests/unary/math_ops_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <cudf_test/column_wrapper.hpp>
#include <cudf_test/type_lists.hpp>

#include <climits>
#include <cuda/std/climits>
#include <vector>

template <typename T>
Expand Down

0 comments on commit 111ae66

Please sign in to comment.