Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Nov 8, 2024
1 parent 35f2fe1 commit a82dd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PointNeighbors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Reexport: @reexport
using Adapt: Adapt
using Atomix: Atomix
using GPUArraysCore: AbstractGPUArray
using KernelAbstractions: KernelAbstractions, @kernel, @index
using KernelAbstractions: KernelAbstractions, @kernel, @index, @localmem, @synchronize
using LinearAlgebra: dot
using Polyester: Polyester
@reexport using StaticArrays: SVector
Expand Down

0 comments on commit a82dd90

Please sign in to comment.