mirror of https://github.com/milvus-io/milvus.git
fix: make milvus compilable using gcc-13 (#30149)
add a missing header Signed-off-by: Alexandr Guzhva <alexanderguzhva@gmail.com>pull/33209/head
parent
5cf4161394
commit
9f9dff33f1
|
@ -15,6 +15,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
#pragma once
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace milvus::config {
|
||||
|
|
Loading…
Reference in New Issue