From 32f3f787909b84df75f8e89fd46b92224ff48e67 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Mon, 6 Dec 2021 18:11:07 +0800 Subject: [PATCH] Reorder header files for segcore/TimestampIndex.h (#12766) Signed-off-by: yudong.cai --- internal/core/src/segcore/TimestampIndex.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/internal/core/src/segcore/TimestampIndex.h b/internal/core/src/segcore/TimestampIndex.h index 6b48e5b596..4a8ef0c08f 100644 --- a/internal/core/src/segcore/TimestampIndex.h +++ b/internal/core/src/segcore/TimestampIndex.h @@ -10,12 +10,15 @@ // or implied. See the License for the specific language governing permissions and limitations under the License #pragma once -#include -#include + #include +#include #include +#include "common/Schema.h" + namespace milvus::segcore { + class TimestampIndex { public: void