mirror of https://github.com/milvus-io/milvus.git
Fix knowhere cpp header files name (#23330)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/23336/head
parent
b90fa5f459
commit
03a4f60b6e
|
@ -23,7 +23,7 @@
|
|||
#include "config/ConfigKnowhere.h"
|
||||
|
||||
#include "knowhere/factory.h"
|
||||
#include "knowhere/comp/Timer.h"
|
||||
#include "knowhere/comp/time_recorder.h"
|
||||
#include "common/BitsetView.h"
|
||||
#include "common/Slice.h"
|
||||
#include "common/Consts.h"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "log/Log.h"
|
||||
|
||||
#include "knowhere/factory.h"
|
||||
#include "knowhere/comp/Timer.h"
|
||||
#include "knowhere/comp/time_recorder.h"
|
||||
#define RAW_DATA "RAW_DATA"
|
||||
|
||||
namespace milvus::index {
|
||||
|
|
Loading…
Reference in New Issue