Skip to content

Commit

Permalink
Fix visionOS support in LRUCache
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Jan 22, 2024
1 parent 9018ec7 commit 9254fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Private/EmbeddedLibraries/LRUCache/LRUCache.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

import Foundation

#if os(iOS) || os(tvOS)
#if canImport(UIKit)
import UIKit

/// Notification that cache should be cleared
Expand Down

0 comments on commit 9254fb5

Please sign in to comment.