Skip to content

Commit 00ca8ff

Browse files
authored
Fix missing import during build
Differential Revision: D76278059 Pull Request resolved: #11515
1 parent d9591f2 commit 00ca8ff

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)