未验证 提交 623a31ab 编写于 作者: C Cai Yudong 提交者: GitHub

Reorder header files for segcore/ConcurrentVector.h (#11063)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 cf5e64eb
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册