Skip to content

Commit ce9f9fa

Browse files
cccclaifacebook-github-bot
authored andcommitted
Fix missing import during build
Summary: Reported in #11307 that the unordered_map fails to compile in due to https://github.com/pytorch/executorch/blob/main/examples/qualcomm/oss_scripts/llama/runner/rpc_mem.h#L59 Reviewed By: mcr229 Differential Revision: D76278059
1 parent 18e9149 commit ce9f9fa

File tree

1 file changed

+1
-0
lines changed
  • examples/qualcomm/oss_scripts/llama/runner

1 file changed

+1
-0
lines changed

examples/qualcomm/oss_scripts/llama/runner/rpc_mem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#pragma once
1010
#include <executorch/examples/qualcomm/oss_scripts/llama/runner/imem_alloc.h>
11+
#include <unordered_map>
1112

1213
namespace example {
1314
/**

0 commit comments

Comments
 (0)