Skip to content

Commit c1d6de4

Browse files
Gnimucjoker-eph
authored andcommitted
[mlir][CAPI] Add the missing <stdbool.h> in Support.h
This was likely an oversight in https://reviews.llvm.org/D92292 Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D93588
1 parent 0985a8b commit c1d6de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/include/mlir-c/Support.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#ifndef MLIR_C_SUPPORT_H
1616
#define MLIR_C_SUPPORT_H
1717

18+
#include <stdbool.h>
1819
#include <stddef.h>
1920
#include <stdint.h>
2021

0 commit comments

Comments
 (0)