You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Add missing using-declaration in VGFBackend.cpp (#13460)
The PR #13004 moved `EValue`
to the `Span` namespace but did not add the corresponding
using-declaration in VGFBackend.cpp.
Adds the missing using-declaration to fix the build.
Signed-off-by: Yufeng Shi <[email protected]>
0 commit comments