Skip to content

Commit

Permalink
Fix include after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoemmen committed Sep 22, 2022
1 parent 5a0f012 commit 6371101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/random/rng.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
#include "rng_state.hpp"
#include <cassert>
#include <optional>
#include <raft/core/device_mdspan.hpp>
#include <raft/core/handle.hpp>
#include <raft/mdarray.hpp>
#include <type_traits>

namespace raft::random {
Expand Down

0 comments on commit 6371101

Please sign in to comment.