Skip to content

Commit 35f9bac

Browse files
authored
Merge pull request #7373 from akyrtzi/akyrtzi/pr/stable-fix-cash
[clang-c] Include `stdbool.h` for `CAS.h`
2 parents 065190b + 6053370 commit 35f9bac

File tree

1 file changed

+1
-0
lines changed
  • clang/include/clang-c

1 file changed

+1
-0
lines changed

clang/include/clang-c/CAS.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "clang-c/CXErrorCode.h"
2424
#include "clang-c/CXString.h"
2525
#include "clang-c/Platform.h"
26+
#include <stdbool.h>
2627

2728
#ifdef __cplusplus
2829
extern "C" {

0 commit comments

Comments
 (0)