Skip to content

Commit e7b1434

Browse files
committed
[SwiftCompilerSources] Add missing import
1 parent 8fc80f9 commit e7b1434

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SwiftCompilerSources/Sources/Basic/SourceLoc.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13+
import ASTBridging
14+
1315
public struct SourceLoc {
1416
/// Points into a source file.
1517
let locationInFile: UnsafePointer<UInt8>

0 commit comments

Comments
 (0)