[mlir][CAPI] Add the missing <stdbool.h> in Support.h
authorGnimuc <qiyupei@gmail.com>
Sun, 20 Dec 2020 05:01:04 +0000 (05:01 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 20 Dec 2020 05:01:49 +0000 (05:01 +0000)
This was likely an oversight in https://reviews.llvm.org/D92292

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D93588

mlir/include/mlir-c/Support.h

index 558b68f..072b960 100644 (file)
@@ -15,6 +15,7 @@
 #ifndef MLIR_C_SUPPORT_H
 #define MLIR_C_SUPPORT_H
 
+#include <stdbool.h>
 #include <stddef.h>
 #include <stdint.h>