mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 19:02:18 +08:00
use #include "segment/SegmentWriter.h" instead (#2020)
Signed-off-by: yefu.chen <yefu.chen@zilliz.com>
This commit is contained in:
parent
0320259976
commit
00e76219f6
@ -11,8 +11,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <segment/SegmentWriter.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -21,6 +19,7 @@
|
||||
#include "db/engine/ExecutionEngine.h"
|
||||
#include "db/insert/VectorSource.h"
|
||||
#include "db/meta/Meta.h"
|
||||
#include "segment/SegmentWriter.h"
|
||||
#include "utils/Status.h"
|
||||
|
||||
namespace milvus {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user