Skip to content

Commit

Permalink
fix include fstream
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Nov 18, 2024
1 parent 2f5813a commit 474ccbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/neighbors/brute_force_serialize.cu
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#include <raft/core/resources.hpp>
#include <raft/core/serialize.hpp>

#include <fstream>

namespace cuvs::neighbors::brute_force {

int constexpr serialization_version = 0;
Expand Down

0 comments on commit 474ccbb

Please sign in to comment.