Skip to content

Commit e3ea56a

Browse files
import issue fixed
1 parent 2f64201 commit e3ea56a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JumpProcesses.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ using UnPack: UnPack, @unpack
1818
using Graphs: Graphs, AbstractGraph, dst, grid, src
1919
using StaticArrays: StaticArrays, SA, SVector, @SVector, setindex
2020
using Base.Threads: Threads, @threads
21+
using Base.FastMath: add_fast
22+
using Setfield: @set, @set!
2123

2224
# Import functions we extend from Base
2325
import Base: size, getindex, setindex!, length, similar, show, merge!, merge

0 commit comments

Comments
 (0)