Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / field-class.c
index 84b2b8d5b50e21b84395ae42fe8dcbc55959102d..a282c9bcee4c314abab889a409a0a3df526e8732 100644 (file)
@@ -37,6 +37,7 @@
 #include "compat/glib.h"
 #include <float.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include "clock-class.h"
This page took 0.024091 seconds and 4 git commands to generate.