Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / graph / mip.c
index 887ae157b805ce24effd901147f33e7bb3670a4d..6107dfbcde469483c774a684f98b44689faa812b 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "lib/assert-pre.h"
 #include "lib/assert-post.h"
+#include <stdbool.h>
 #include <unistd.h>
 #include <glib.h>
 #include <babeltrace2/graph/mip.h>
This page took 0.024521 seconds and 4 git commands to generate.