Skip to content

Commit 151d324

Browse files
committed
Add missing import to arrays.jl
1 parent 7b4e798 commit 151d324

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arrays.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Compat: allequal
2+
import ConstructionBase: constructorof
23

34
"""
45
QuantityArray{T,N,D<:AbstractDimensions,Q<:AbstractUnionQuantity,V<:AbstractArray}

0 commit comments

Comments
 (0)