Reorder header files for segcore/TimestampIndex.h (#12766)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-12-06 18:11:07 +08:00 committed by GitHub
parent ea1dad0e2f
commit 32f3f78790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,15 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include <common/Schema.h>
#include <vector>
#include <boost/dynamic_bitset.hpp>
#include <vector>
#include <utility>
#include "common/Schema.h"
namespace milvus::segcore {
class TimestampIndex {
public:
void