Skip to content

Commit 17bb320

Browse files
authored
Merge pull request #4289 from compnerd/include-limits
AST: add missing include
2 parents 0443844 + 54f237e commit 17bb320

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)