Build fix: missing cstdint include in time.hpp on macOS
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 18 Jan 2023 20:15:14 +0000 (15:15 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 19 Jan 2023 21:28:16 +0000 (16:28 -0500)
The order of inclusions was changed and the build fails on macOS since
time.hpp doesn't include cstdint for its use of uint64_t.

Change-Id: Id992160bcc3320f093453c2e66b90cc0f55db1c7
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.032343 seconds and 4 git commands to generate.