Skip to content

Commit b6bed2a

Browse files
authored
Merge pull request #39743 from ahoppen/pr/include-stdint
[SwiftSyntax] Include stdint.h from SwiftSyntaxCDataTypes.h
2 parents 6d2414c + 4d4b2b3 commit b6bed2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift-c/SyntaxParser/SwiftSyntaxCDataTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#define SWIFT_C_SYNTAX_C_DATA_TYPES_H
2828

2929
#include <stdbool.h>
30+
#include <stdint.h>
3031

3132
/// Offset+length in UTF8 bytes.
3233
typedef struct {

0 commit comments

Comments
 (0)