Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Oct 8, 2024
1 parent a63ddcb commit cb10527
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dbms/src/VectorSearch/USearch.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wpass-failed"

#if !defined(__APPLE__)
#include <type_traits>
#endif
#include <type_traits> // required by usearch/index.hpp
#include <usearch/index.hpp>
#include <usearch/index_dense.hpp>
#include <usearch/index_plugins.hpp>
Expand Down

0 comments on commit cb10527

Please sign in to comment.