diff --git a/src/GeometryOps.jl b/src/GeometryOps.jl index 80f50b5f0..a4a774e38 100644 --- a/src/GeometryOps.jl +++ b/src/GeometryOps.jl @@ -5,8 +5,9 @@ module GeometryOps using GeoInterface using GeometryBasics import Tables -using ExactPredicates, LinearAlgebra, Statistics +using LinearAlgebra, Statistics import GeometryBasics.StaticArrays +import ExactPredicates import Base.@kwdef using GeoInterface.Extents: Extents