From 2c33149e4e2cb9a5b2616cdbad9eabb5f51f0e0c Mon Sep 17 00:00:00 2001 From: Karoy Lorentey Date: Wed, 23 Nov 2022 15:45:14 -0800 Subject: [PATCH] [ShareableHashedCollections] Add missing import --- .../ShareableHashedCollections/Node/_Node+Initializers.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/ShareableHashedCollections/Node/_Node+Initializers.swift b/Sources/ShareableHashedCollections/Node/_Node+Initializers.swift index 1620de96b..c6a17c3bf 100644 --- a/Sources/ShareableHashedCollections/Node/_Node+Initializers.swift +++ b/Sources/ShareableHashedCollections/Node/_Node+Initializers.swift @@ -9,6 +9,8 @@ // //===----------------------------------------------------------------------===// +import _CollectionsUtilities + extension _Node { @inlinable @inline(__always) internal static func _emptyNode() -> _Node {