Skip to content

Commit 6053370

Browse files
committed
[clang-c] Include stdbool.h for CAS.h
(cherry picked from commit ef77f50)
1 parent f102d9d commit 6053370

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)