libtest/timer.hpp needs to include stdint.h for uint64.
./libtest/timer.hpp:55:36: error: 'int64_t' has not been declared
void offset(int64_t minutes_arg, int64_t seconds_arg, int64_t nanoseconds); ^~~~~~~
Differential D20114
devel/gearmand-devel: fix build with GCC-based architectures pkubaj on Apr 30 2019, 7:39 PM. Authored by Tags None Referenced Files
Subscribers None
Details libtest/timer.hpp needs to include stdint.h for uint64. ./libtest/timer.hpp:55:36: error: 'int64_t' has not been declared void offset(int64_t minutes_arg, int64_t seconds_arg, int64_t nanoseconds); ^~~~~~~
Diff Detail
|