Skip to content

Commit f199b38

Browse files
authored
Add unordered_map include to guard.cpp
Fix some toolchain issue complaining `std::unordered_map` not available.
1 parent a7d4c5b commit f199b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/cuda/runtime/guard.cpp

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

99
#include <executorch/backends/cuda/runtime/guard.h>
1010
#include <executorch/runtime/platform/log.h>
11+
#include <unordered_map>
1112

1213
namespace executorch::backends::cuda {
1314

0 commit comments

Comments
 (0)