Skip to content

Commit 5b84670

Browse files
authored
Merge pull request #22677 from davezarzycki/irgen_missing_header
[IRGen] NFC: Add missing #include used by ref storage macros
2 parents 91fd42d + dc89f3a commit 5b84670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/IRGen/IRGenFunction.h

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

2121
#include "swift/Basic/LLVM.h"
2222
#include "swift/AST/Type.h"
23+
#include "swift/AST/ReferenceCounting.h"
2324
#include "swift/SIL/SILLocation.h"
2425
#include "swift/SIL/SILType.h"
2526
#include "llvm/ADT/DenseMap.h"

0 commit comments

Comments
 (0)