Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / event.h
index 75847528d589e0010d7d2c949c2612166c9d98bf..b1fb2313034b08a8d88e27e6dfbb1ab1dd06986c 100644 (file)
@@ -39,6 +39,7 @@
 #include "lib/object.h"
 #include "common/assert.h"
 #include <glib.h>
+#include <stdbool.h>
 
 #include "event-class.h"
 #include "field.h"
This page took 0.022934 seconds and 4 git commands to generate.