diff --git a/internal/core/src/segcore/SegmentSealedImpl.cpp b/internal/core/src/segcore/SegmentSealedImpl.cpp index 553c62ceee..d3e294314d 100644 --- a/internal/core/src/segcore/SegmentSealedImpl.cpp +++ b/internal/core/src/segcore/SegmentSealedImpl.cpp @@ -9,11 +9,11 @@ // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express // or implied. See the License for the specific language governing permissions and limitations under the License +#include "SegmentSealedImpl.h" #include "common/Consts.h" #include "query/SearchBruteForce.h" #include "query/SearchOnSealed.h" #include "query/ScalarIndex.h" -#include "segcore/SegmentSealedImpl.h" namespace milvus::segcore {