Skip to content

Commit c2e88f2

Browse files
committed
CoreFoundation should do the trick
1 parent 772c603 commit c2e88f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GISTools/Extensions/Benchmark.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#if !os(Linux)
2-
import Foundation
1+
#if canImport(CoreFoundation)
2+
import CoreFoundation
33

44
func benchmark(title: String, block: () -> Void) {
55
let start = CFAbsoluteTimeGetCurrent()

0 commit comments

Comments
 (0)