From fb10c90e14cca6cc8743cde1b4d116d45ce03bf7 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 23 May 2023 10:50:54 -0400 Subject: [PATCH] tests: include babeltrace.h in conds/utils.hpp 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 Reviewed-on: https://review.lttng.org/c/babeltrace/+/10055 Tested-by: jenkins Reviewed-by: Philippe Proulx --- tests/lib/conds/utils.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/lib/conds/utils.hpp b/tests/lib/conds/utils.hpp index bab8caea..8d01efec 100644 --- a/tests/lib/conds/utils.hpp +++ b/tests/lib/conds/utils.hpp @@ -7,6 +7,8 @@ #ifndef TESTS_LIB_CONDS_UTILS_H #define TESTS_LIB_CONDS_UTILS_H +#include + enum cond_trigger_func_type { COND_TRIGGER_FUNC_TYPE_BASIC, -- 2.34.1