include stdint.h for int64_t types

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-05-20 21:00:48 -07:00
parent ca0e352d55
commit 44f4254fe9
No known key found for this signature in database
GPG Key ID: BB053355919D3314
1 changed files with 1 additions and 0 deletions

View File

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