Skip to content

Commit

Permalink
@LilithHafner Try to fix build error (7)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 18, 2022
1 parent d8363a5 commit 44b8411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,8 @@ module Float
using ..Sort
using ..Sort.Serial
using ...Order
using ..Base: @inbounds, @eval, AbstractVector, Vector, last, axes, Missing
using ..Base: @inbounds, @eval, AbstractVector, Vector, last, axes, Missing,
Type, reinterpret, unsigned

import Core.Intrinsics: slt_int
import ..Sort: sort!
Expand Down

0 comments on commit 44b8411

Please sign in to comment.