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