Skip to content

Commit a0891d3

Browse files
committed
Include _FoundationCollections for CMake build
1 parent 09682d5 commit a0891d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/FoundationEssentials/NotificationCenter/AsyncMessage+AsyncSequence.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ internal import _ForSwiftFoundation
1515
internal import CollectionsInternal
1616
#elseif canImport(DequeModule)
1717
internal import DequeModule
18+
#elseif canImport(_FoundationCollections)
19+
internal import _FoundationCollections
1820
#endif
1921
#if canImport(os)
2022
internal import os.log

0 commit comments

Comments
 (0)