Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / clock-class.c
index c394454816039304a376d3bcf34bd27c44f1b58b..0b449e277ad2e4b8f5911373de10a55c822d60ff 100644 (file)
@@ -35,6 +35,7 @@
 #include <babeltrace2/types.h>
 #include "compat/string.h"
 #include <inttypes.h>
+#include <stdbool.h>
 #include "lib/object.h"
 #include "common/assert.h"
 #include "lib/func-status.h"
This page took 0.023157 seconds and 4 git commands to generate.