diff --git a/Platform/Platform.Darwin.swift b/Platform/Platform.Darwin.swift index 7652dcf7c..eacc19431 100644 --- a/Platform/Platform.Darwin.swift +++ b/Platform/Platform.Darwin.swift @@ -6,7 +6,7 @@ // Copyright © 2015 Krunoslav Zaher. All rights reserved. // -#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS) +#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) import Darwin import Foundation