Skip to content

Commit

Permalink
Add Compat as dependency of SortedSets
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Oct 4, 2023
1 parent 069bc70 commit 3849150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NDTensors/src/SortedSets/src/SortedSets.jl
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 3849150

Please sign in to comment.