Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / component-class.h
index 6536a2310aadb48b365fcce55b93d8a54da92a07..359d85959914f34c75628532221fe6b9d254ad67 100644 (file)
@@ -35,6 +35,7 @@
 #include "lib/object.h"
 #include "common/list.h"
 #include <babeltrace2/types.h>
+#include <stdbool.h>
 #include <glib.h>
 
 struct bt_component_class;
This page took 0.023502 seconds and 4 git commands to generate.