Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / field.c
index 8177c17107ad63c4e9af704efee6daf9aa542bf6..b554248611dcafcf0ae2bd9fb9538b1a1482bfd7 100644 (file)
@@ -33,6 +33,7 @@
 #include "common/align.h"
 #include "common/assert.h"
 #include <inttypes.h>
+#include <stdbool.h>
 
 #include "field.h"
 #include "field-class.h"
This page took 0.024382 seconds and 4 git commands to generate.