From: Francis Deslauriers Date: Wed, 23 Feb 2022 15:42:49 +0000 (-0500) Subject: uuid-view.hpp: add missing #include's X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=6ef77ba5114eb4640ac7272bfb3cbc4ee5c52903;p=babeltrace.git uuid-view.hpp: add missing #include's Signed-off-by: Francis Deslauriers Change-Id: I6299ef75acd765fde29f86046df877720ff8f54d Reviewed-on: https://review.lttng.org/c/babeltrace/+/7376 Reviewed-by: Philippe Proulx Reviewed-on: https://review.lttng.org/c/babeltrace/+/10813 CI-Build: Philippe Proulx Tested-by: jenkins --- diff --git a/src/cpp-common/uuid-view.hpp b/src/cpp-common/uuid-view.hpp index 15becec0..7127c0f8 100644 --- a/src/cpp-common/uuid-view.hpp +++ b/src/cpp-common/uuid-view.hpp @@ -7,7 +7,9 @@ #ifndef BABELTRACE_CPP_COMMON_UUID_VIEW_HPP #define BABELTRACE_CPP_COMMON_UUID_VIEW_HPP +#include #include +#include #include "common/assert.h" #include "common/uuid.h"