Skip to content

Commit ec9639a

Browse files
committed
Fix compilation for android
1 parent 601bb79 commit ec9639a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/CLTLogger.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#if canImport(Android)
2+
import Android
3+
#endif
14
import Foundation
25
#if canImport(WinSDK)
36
import WinSDK

0 commit comments

Comments
 (0)