Cleanup: add `#include <stdbool.h>` whenever `bool` type is used
[babeltrace.git] / src / lib / trace-ir / trace-class.c
index f9b8adea7e888611b4658cdb31ac1491ef0ba9b8..d838fdcd0699610a9d5f9f22381fc2144eaf2a47 100644 (file)
@@ -42,6 +42,7 @@
 #include <inttypes.h>
 #include <stdint.h>
 #include <string.h>
+#include <stdbool.h>
 #include <stdlib.h>
 
 #include "clock-class.h"
This page took 0.024421 seconds and 4 git commands to generate.