diff --git a/internal/core/src/segcore/SegmentSealedImpl.h b/internal/core/src/segcore/SegmentSealedImpl.h index 137e30dbba..ef9bdf6cec 100644 --- a/internal/core/src/segcore/SegmentSealedImpl.h +++ b/internal/core/src/segcore/SegmentSealedImpl.h @@ -10,24 +10,26 @@ // or implied. See the License for the specific language governing permissions and limitations under the License #pragma once + +#include +#include +#include +#include +#include +#include #include #include #include -#include -#include "segcore/SegmentSealed.h" #include "ConcurrentVector.h" -#include "SealedIndexingRecord.h" -#include "segcore/DeletedRecord.h" +#include "DeletedRecord.h" #include "ScalarIndex.h" -#include -#include -#include -#include -#include -#include +#include "SealedIndexingRecord.h" +#include "SegmentSealed.h" +#include "TimestampIndex.h" namespace milvus::segcore { + class SegmentSealedImpl : public SegmentSealed { public: explicit SegmentSealedImpl(SchemaPtr schema);