From cd95962c243dc00ea592c38cdb033e07e1fd014d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 22 Feb 2017 09:52:25 -0500 Subject: [PATCH] Add missing forward declarations to component-class.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/babeltrace/component/component-class.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/babeltrace/component/component-class.h b/include/babeltrace/component/component-class.h index 9ca1f046..44c8c89e 100644 --- a/include/babeltrace/component/component-class.h +++ b/include/babeltrace/component/component-class.h @@ -26,12 +26,18 @@ */ #include +#include #ifdef __cplusplus extern "C" { #endif struct bt_component_class; +struct bt_component; +struct bt_port; +struct bt_connection; +struct bt_value; +struct bt_notification_iterator; /** * Component class type. -- 2.34.1