Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / stream-class.h
index 40a008eef41a471d91d824c69116841a765e24f1..d4984a1a6c2cd7fd91c0624b810c5ae366c55920 100644 (file)
@@ -32,6 +32,7 @@
 #include "common/macros.h"
 #include <glib.h>
 #include <inttypes.h>
+#include <stdbool.h>
 
 #include "field-class.h"
 #include "utils.h"
This page took 0.022948 seconds and 4 git commands to generate.