mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 20:39:36 +08:00
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:
parent
5a668a17a9
commit
713c9ce4c7
@ -15,6 +15,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace milvus::config {
|
||||
|
Loading…
Reference in New Issue
Block a user