Skip to content

Commit abe304b

Browse files
committed
add missing import
1 parent e28954d commit abe304b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/ExampleSwiftLibrary/MySwiftLibrary.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import Glibc
2323
import CRT
2424
#elseif canImport(Darwin)
2525
import Darwin.C
26+
#elseif canImport(Android)
27+
import Android
2628
#endif
2729

2830
public func helloWorld() {

0 commit comments

Comments
 (0)