Skip to content

Commit

Permalink
changes needed for clang-16 to be working (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandr Guzhva <[email protected]>
  • Loading branch information
alexanderguzhva authored Sep 19, 2023
1 parent 399ca14 commit c02f584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def configure(self):
self.options.rm_safe("fPIC")

def requirements(self):
self.requires("boost/1.78.0")
self.requires("boost/1.83.0")
self.requires("glog/0.4.0")
self.requires("nlohmann_json/3.11.2")
self.requires("openssl/1.1.1t")
Expand Down
1 change: 1 addition & 0 deletions include/knowhere/bitsetview.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#define BITSET_H

#include <cassert>
#include <cstdint>
#include <sstream>
#include <string>

Expand Down

0 comments on commit c02f584

Please sign in to comment.