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)
commit8c3f60f3376b5c3ca34229bf6411989dc49bab82
tree21f7b4e6df8c17f9f4c26d1aa4d1b42131fb4cff
parent3f46fd26603b3b2450623d79d5cec775dd5e9026
Build fix: missing cstdint include in time.hpp on macOS

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>
src/common/compat/time.hpp
This page took 0.024124 seconds and 4 git commands to generate.