Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / integer-range-set.h
index 3966f3de11c8dc814ddcd1c0b2d0facfeda0106f..968f5e34639e7f2e317651a6eac8799346ea8e7c 100644 (file)
@@ -26,6 +26,7 @@
  * http://www.efficios.com/ctf
  */
 
+#include <stdbool.h>
 #include <glib.h>
 #include <babeltrace2/babeltrace.h>
 
This page took 0.024939 seconds and 4 git commands to generate.