Fix knowhere cpp header files name (#23330)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/23336/head
congqixia 2023-04-10 20:00:30 +08:00 committed by GitHub
parent b90fa5f459
commit 03a4f60b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 {