cpp-common/bt2/message.hpp: add missing `#include`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 6 Sep 2023 15:48:38 +0000 (11:48 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 11 Sep 2023 15:24:02 +0000 (11:24 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I35fe9d7ed01e4272252fb0918371ef5251a90438
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10847
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/cpp-common/bt2/message.hpp

index da006a5f50ea30cfc7f50cbf7d88c21aee71f95e..8d54a8da552b469aacaf9d1f66d305c1594ad438 100644 (file)
@@ -17,6 +17,7 @@
 #include "internal/borrowed-obj.hpp"
 #include "internal/shared-obj.hpp"
 #include "internal/utils.hpp"
+#include "cpp-common/bt2/trace-ir.hpp"
 #include "cpp-common/optional.hpp"
 #include "cpp-common/string_view.hpp"
 #include "exc.hpp"
This page took 0.02704 seconds and 4 git commands to generate.