Build fix: missing cstdint include in futex.hpp
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 15 Dec 2022 22:12:31 +0000 (17:12 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 16 Jan 2023 19:49:23 +0000 (14:49 -0500)
commitbd02bf8b4c749cd7097b6a7364a1b7cb49cefcec
treeee4783a440d450cba2d28be5b0c460ffe12156a8
parent20364ea36aa275e8b3f6dc9931e1be31f1c605af
Build fix: missing cstdint include in futex.hpp

A follow-up commit changes the order of inclusions and fails to build
since futex.hpp doesn't include cstdint for its use of int32_t.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ia4a4be7902c024250717b3349055b9c8c3e44f8b
src/common/futex.hpp
This page took 0.024651 seconds and 4 git commands to generate.