From: Michael Jeanson Date: Thu, 27 Apr 2023 17:08:16 +0000 (-0400) Subject: Fix: io-hint: add missing include for off_t X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=4dfb0ef75c09bbf166e2bd6388e0e07c6af49b20 Fix: io-hint: add missing include for off_t Change-Id: I73ca36d43c7a9b9b5f67e77e835426964b315f65 Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/io-hint.hpp b/src/common/io-hint.hpp index 24fde6bbe..a9efb6562 100644 --- a/src/common/io-hint.hpp +++ b/src/common/io-hint.hpp @@ -8,6 +8,8 @@ #ifndef _LTTNG_IO_HINT_H #define _LTTNG_IO_HINT_H +#include + namespace lttng { namespace io {