From c5af768f47cd46a55ab70ae6ac0e28603cac3edf Mon Sep 17 00:00:00 2001 From: jw2249a Date: Mon, 13 May 2024 11:18:30 +0000 Subject: [PATCH] adding function dependency to gammas --- src/gammas/Gammas.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gammas/Gammas.jl b/src/gammas/Gammas.jl index 47fd02f..cb4c342 100755 --- a/src/gammas/Gammas.jl +++ b/src/gammas/Gammas.jl @@ -1,5 +1,5 @@ module Gammas -import PooledArrays: PooledVector +import PooledArrays: PooledVector, PooledArray import StringDistances: Jaro, JaroWinkler, Levenshtein, DamerauLevenshtein, compare using ..DiBitMat