Fix uint64_t type error with gcc 13.3.
Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
This commit is contained in:
parent
216b86f8d7
commit
f2be5be403
|
|
@ -1,6 +1,7 @@
|
|||
#ifndef __V3_ETCDV3MEMBERS_HPP__
|
||||
#define __V3_ETCDV3MEMBERS_HPP__
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Reference in New Issue