Skip to content

Commit dc89f3a

Browse files
committed
[IRGen] NFC: Add missing #include used by ref storage macros
1 parent 0fe7e14 commit dc89f3a

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)