From 6ef77ba5114eb4640ac7272bfb3cbc4ee5c52903 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Wed, 23 Feb 2022 10:42:49 -0500 Subject: [PATCH] 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 --- src/cpp-common/uuid-view.hpp | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.34.1