tests: include babeltrace.h in conds/utils.hpp
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 May 2023 14:50:54 +0000 (10:50 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 31 May 2023 19:47:48 +0000 (15:47 -0400)
This file uses bt_self_component, so it should include
babeltrace2/babeltrace.h.  In practice, this removes errors when editing
this file in a woke editor.

Change-Id: I72b24b603e878d0773ecc827f73192123e596f05
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10055
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/lib/conds/utils.hpp

index bab8caeac42737f25268f4f1154c3105e069b863..8d01efec39bbcf5462f868953eb50aa7c95b023e 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef TESTS_LIB_CONDS_UTILS_H
 #define TESTS_LIB_CONDS_UTILS_H
 
+#include <babeltrace2/babeltrace.h>
+
 enum cond_trigger_func_type
 {
     COND_TRIGGER_FUNC_TYPE_BASIC,
This page took 0.025057 seconds and 4 git commands to generate.