Skip to content

Commit 5a50584

Browse files
missing import
1 parent b4b5804 commit 5a50584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArrayInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ArrayInterfaceCore
44
import ArrayInterfaceCore: allowed_getindex, allowed_setindex!, aos_to_soa, buffer,
55
has_parent, parent_type, fast_matrix_colors, findstructralnz, has_sparsestruct,
66
issingular, is_lazy_conjugate, isstructured, matrix_colors, restructure, lu_instance,
7-
safevec, unsafe_reconstruct, zeromatrix
7+
safevec, unsafe_reconstruct, zeromatrix, ColoringAlgorithm
88

99
# ArrayIndex subtypes and methods
1010
import ArrayInterfaceCore: ArrayIndex, MatrixIndex, VectorIndex, BidiagonalIndex, TridiagonalIndex

0 commit comments

Comments
 (0)