Skip to content
This repository was archived by the owner on Aug 13, 2021. It is now read-only.

Commit b0b8b20

Browse files
author
Jeff Verkoeyen
committed
Add missing Foundation import.
1 parent 9ab5921 commit b0b8b20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/common/DispatchTimeIntervalToSeconds.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
limitations under the License.
1515
*/
1616

17+
import Foundation
18+
1719
extension DispatchTimeInterval {
1820
func toSeconds() -> CGFloat {
1921
let seconds: CGFloat

0 commit comments

Comments
 (0)