From: Simon Marchi Date: Tue, 23 May 2023 14:50:54 +0000 (-0400) Subject: tests: include babeltrace.h in conds/utils.hpp X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=fb10c90e14cca6cc8743cde1b4d116d45ce03bf7 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 --- 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,