Skip to content

Commit 57b500c

Browse files
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]>
1 parent 035d25c commit 57b500c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/runtime/VGFBackend.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ using executorch::runtime::EValue;
2525
using executorch::runtime::FreeableBuffer;
2626
using executorch::runtime::MemoryAllocator;
2727
using executorch::runtime::Result;
28+
using executorch::runtime::Span;
2829

2930
// We use the platform and runtime environment provided by the Vulkan delegate
3031
#include <executorch/backends/vulkan/runtime/vk_api/vk_api.h>

0 commit comments

Comments
 (0)