Skip to content

Commit e29e1f4

Browse files
authored
Merge pull request #38277 from edymtt/include-climits-ownership-h-rebranch
[rebranch] Include `<climits>` in `Ownership.h`
2 parents 365d1f4 + 9a33e8f commit e29e1f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/AST/Ownership.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "llvm/Support/raw_ostream.h"
2727
#include <stdint.h>
2828
#include <assert.h>
29+
#include <climits>
2930

3031
namespace swift {
3132

0 commit comments

Comments
 (0)