Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix includes for row_operators.cuh (#15194)
Simple change removes the `cudf/sorting.hpp` include from `row_operators.cuh`. Found this while waiting for recompiles to finish. Changes to `sorting.hpp` seemed to cause more recompiling than expected. Also took the opportunity to change the `include <limits>` to `include <cuda/limits>` Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Paul Mattione (https://github.com/pmattione-nvidia) - Vyas Ramasubramani (https://github.com/vyasr) URL: #15194
- Loading branch information