Skip to content

Commit 6f8b335

Browse files
Fix Requires.jl fallback
1 parent b1aa4c0 commit 6f8b335

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ext/StaticArrayInterfaceStaticArraysExt.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
module StaticArrayInterfaceStaticArraysExt
22

33
using StaticArrayInterface
4-
using LinearAlgebra
5-
using Static
4+
using StaticArrayInterface.Static
65
using Static: StaticInt
76

87
if isdefined(Base, :get_extension)
98
using StaticArrays
9+
using LinearAlgebra
1010
else
1111
using ..StaticArrays
12+
using ..LinearAlgebra
1213
end
1314

1415
const CanonicalInt = Union{Int,StaticInt}

0 commit comments

Comments
 (0)