Skip to content

Commit

Permalink
Added some missing headers for safety's sake.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Aug 11, 2024
1 parent d862089 commit 02d5c72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/knncolle_hnsw/knncolle_hnsw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include <vector>
#include <type_traits>
#include <queue>
#include <algorithm>
#include <memory>

#include "knncolle/knncolle.hpp"
Expand Down

0 comments on commit 02d5c72

Please sign in to comment.