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:
parent
ca0e352d55
commit
44f4254fe9
|
|
@ -1,4 +1,5 @@
|
|||
#include <iomanip>
|
||||
#include <cstdint>
|
||||
|
||||
#include "etcd/Value.hpp"
|
||||
#include "etcd/v3/KeyValue.hpp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue