diff --git a/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift b/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift index d983f58..60ac398 100644 --- a/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift +++ b/Sources/AsyncKit/ConnectionPool/EventLoopConnectionPool.swift @@ -1,5 +1,7 @@ import Atomics import Collections +import DequeModule +import OrderedCollections import NIOCore import struct Foundation.UUID import struct Logging.Logger