From b8b9194e31caa8107b31935d593fe85550ea71a6 Mon Sep 17 00:00:00 2001 From: cyclesw <1939653182@qq.com> Date: Tue, 25 Mar 2025 15:41:56 +0000 Subject: [PATCH] fix uint64_t not defined --- etcd/v3/Member.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/etcd/v3/Member.hpp b/etcd/v3/Member.hpp index 057899d..3432a7b 100644 --- a/etcd/v3/Member.hpp +++ b/etcd/v3/Member.hpp @@ -3,6 +3,7 @@ #include #include +#include using namespace std; namespace etcdv3 {