diff --git a/internal/core/src/common/Span.h b/internal/core/src/common/Span.h index 38cfbfd80a9e7585f0b2ffe34259c6a55f2007e8..4c0cf36cb0619ddfac29d138e4a31683534f7f1f 100644 --- a/internal/core/src/common/Span.h +++ b/internal/core/src/common/Span.h @@ -15,9 +15,11 @@ // limitations under the License. #pragma once -#include -#include "common/Types.h" + #include +#include + +#include "Types.h" #include "VectorTrait.h" namespace milvus {