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 <alexanderguzhva@gmail.com>
This commit is contained in:
Alexander Guzhva 2024-05-29 04:19:45 -04:00 committed by GitHub
parent 5a668a17a9
commit 713c9ce4c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,7 @@
// limitations under the License.
#pragma once
#include <cstdint>
#include <string>
namespace milvus::config {