Skip to content

Commit c5d10aa

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents 3f67f13 + a5c7271 commit c5d10aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/swift/AST/FunctionRefInfo.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include "swift/Basic/Debug.h"
2222
#include "swift/Basic/LLVM.h"
2323

24+
#include <cstdint>
25+
2426
namespace swift {
2527

2628
class DeclNameLoc;

stdlib/include/llvm/ADT/SmallVector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <algorithm>
2222
#include <cassert>
2323
#include <cstddef>
24+
#include <cstdint>
2425
#include <cstdlib>
2526
#include <cstring>
2627
#include <functional>

0 commit comments

Comments
 (0)