Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / utils.h
index 003655c3967096032b22c5aaab8863625170a3ec..a800808f9a342f278c3483258fab6f0dbc2be40c 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "common/macros.h"
 #include <babeltrace2/trace-ir/field-class.h>
+#include <stdbool.h>
 #include <stdint.h>
 
 #include "clock-class.h"
This page took 0.02347 seconds and 4 git commands to generate.