Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / trace-class.h
index 28123a91d244998468613f527d298b71810f034f..84271f6bb93fb5ea4b0c2ef56b596e8375384ca2 100644 (file)
@@ -35,6 +35,7 @@
 #include <babeltrace2/types.h>
 #include <glib.h>
 #include <sys/types.h>
+#include <stdbool.h>
 
 #include "stream-class.h"
 #include "attributes.h"
This page took 0.022969 seconds and 4 git commands to generate.