Skip to content

Commit 54f237e

Browse files
committed
AST: add missing include
Add missing inclusion of limits.h to ensure that the used macro `UINT_MAX` is defined. NFC.
1 parent 26fcd8c commit 54f237e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/AST/PrintOptions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "swift/Basic/STLExtras.h"
1717
#include "swift/AST/AttrKind.h"
1818
#include "swift/AST/Identifier.h"
19+
#include <limits.h>
1920
#include <vector>
2021

2122
namespace swift {

0 commit comments

Comments
 (0)