Skip to content

Commit 4d4b2b3

Browse files
committed
[SwiftSyntax] Include stdint.h from SwiftSyntaxCDataTypes.h
1 parent 3bd6716 commit 4d4b2b3

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)