Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / stream.h
index e0660efd7861e2df3f2e068a6501c1e9944d14f2..f021ef29dba7839d1e6dc55999ca8b7cd359d23a 100644 (file)
@@ -29,6 +29,7 @@
 #include "lib/object-pool.h"
 #include "common/macros.h"
 #include <glib.h>
+#include <stdbool.h>
 
 #include "utils.h"
 
This page took 0.023342 seconds and 4 git commands to generate.