diff --git a/src/DataInterpolations.jl b/src/DataInterpolations.jl index f318c7d3..07ea0425 100644 --- a/src/DataInterpolations.jl +++ b/src/DataInterpolations.jl @@ -17,7 +17,8 @@ end using LinearAlgebra, RecipesBase using PrettyTables -import FindFirstFunctions: searchsortedfirstcorrelated, searchsortedlastcorrelated, bracketstrictlymontonic +import FindFirstFunctions: searchsortedfirstcorrelated, searchsortedlastcorrelated, + bracketstrictlymontonic include("interpolation_caches.jl") include("interpolation_utils.jl")