Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
aamijar committed Jun 17, 2024
1 parent a1ecfcb commit 5cddd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/test/distance/distance_base.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

#include "../test_utils.h"

#include <raft/common/nvtx.hpp> // common::nvtx::range
#include <raft/core/device_mdspan.hpp> // make_device_matrix_view
#include <raft/core/operators.hpp> // raft::sqrt
Expand All @@ -27,8 +29,6 @@

#include <gtest/gtest.h>

#include <vector>

namespace raft {
namespace distance {

Expand Down

0 comments on commit 5cddd74

Please sign in to comment.