fix: make milvus compilable using gcc-13 (#30149)

add a missing header

Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>
pull/33209/head
Alexander Guzhva 2024-05-27 02:52:53 -04:00 committed by GitHub
parent 5cf4161394
commit 9f9dff33f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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