diff --git a/NDTensors/src/SortedSets/src/SortedSets.jl b/NDTensors/src/SortedSets/src/SortedSets.jl index 1b6edc2f35..09343deb3b 100644 --- a/NDTensors/src/SortedSets/src/SortedSets.jl +++ b/NDTensors/src/SortedSets/src/SortedSets.jl @@ -1,12 +1,12 @@ module SortedSets +using Compat using Dictionaries +using Random using ..SmallVectors using Base: @propagate_inbounds using Base.Order: Ordering, Forward, ord, lt -using Random - export AbstractWrappedIndices, SortedSet, SmallSet, MSmallSet include("BaseExt/sorted.jl")