From 713c9ce4c7ba6ba43e4170987edc12bc12ae0e7b Mon Sep 17 00:00:00 2001 From: Alexander Guzhva Date: Wed, 29 May 2024 04:19:45 -0400 Subject: [PATCH] fix: [Cherry-pick][2.4] make milvus compilable using gcc-13 (#33441) issue: https://github.com/milvus-io/milvus/issues/30190 pr: https://github.com/milvus-io/milvus/pull/30149 add a missing header Signed-off-by: Alexandr Guzhva --- internal/core/src/config/ConfigKnowhere.h | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/core/src/config/ConfigKnowhere.h b/internal/core/src/config/ConfigKnowhere.h index eff8be76f9..57a0713014 100644 --- a/internal/core/src/config/ConfigKnowhere.h +++ b/internal/core/src/config/ConfigKnowhere.h @@ -15,6 +15,7 @@ // limitations under the License. #pragma once +#include #include namespace milvus::config {