Fix uint64_t type error with gcc 13.3.

Signed-off-by: vegetableysm <yuanshumin.ysm@alibaba-inc.com>
This commit is contained in:
vegetableysm 2025-03-27 16:33:01 +08:00
parent 216b86f8d7
commit f2be5be403
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __V3_ETCDV3MEMBERS_HPP__
#define __V3_ETCDV3MEMBERS_HPP__
#include <cstdint>
#include <string>
#include <vector>
using namespace std;