include stdint.h for int64_t types (#270)

This is exposed when compiling for musl platforms where this header is
not included indirectly.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-06-30 08:47:20 -07:00 committed by GitHub
parent ca0e352d55
commit 17d7b60194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <iomanip> #include <iomanip>
#include <cstdint>
#include "etcd/Value.hpp" #include "etcd/Value.hpp"
#include "etcd/v3/KeyValue.hpp" #include "etcd/v3/KeyValue.hpp"