Skip to content

Commit 1325b64

Browse files
authored
Include <cerrno> in MetadataSource.h because we're using errno and ERANGE in that file (#39875)
1 parent 3196415 commit 1325b64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Reflection/MetadataSource.h

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

2828
using llvm::cast;
2929

30+
#include <cerrno>
3031
#include <climits>
3132
#include <string>
3233

0 commit comments

Comments
 (0)