uuid-view.hpp: add missing #include's
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Wed, 23 Feb 2022 15:42:49 +0000 (10:42 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I6299ef75acd765fde29f86046df877720ff8f54d
Reviewed-on: https://review.lttng.org/c/babeltrace/+/7376
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10813
CI-Build: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/uuid-view.hpp

index 15becec04706ea62d444756056a2ec8a2d2b9471..7127c0f8ca32d7e9e778572a23d589c19f757032 100644 (file)
@@ -7,7 +7,9 @@
 #ifndef BABELTRACE_CPP_COMMON_UUID_VIEW_HPP
 #define BABELTRACE_CPP_COMMON_UUID_VIEW_HPP
 
+#include <array>
 #include <cstdint>
+#include <string>
 
 #include "common/assert.h"
 #include "common/uuid.h"
This page took 0.027952 seconds and 4 git commands to generate.