mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Reorder header files for segcore/ConcurrentVector.h (#11063)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
parent
cf5e64ebfa
commit
623a31ab42
@ -10,20 +10,22 @@
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
#pragma once
|
||||
#include <tbb/concurrent_vector.h>
|
||||
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <deque>
|
||||
#include <mutex>
|
||||
#include <shared_mutex>
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include "exceptions/EasyAssert.h"
|
||||
#include "utils/Utils.h"
|
||||
#include <vector>
|
||||
|
||||
#include <boost/container/vector.hpp>
|
||||
#include <tbb/concurrent_vector.h>
|
||||
|
||||
#include "common/Types.h"
|
||||
#include "common/Span.h"
|
||||
#include "exceptions/EasyAssert.h"
|
||||
#include "utils/Utils.h"
|
||||
|
||||
namespace milvus::segcore {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user