Commit 47c730b
authored
Add missing include header (#5721)
https://github.com/triton-lang/triton/pull/5542/files introduced a
dependency on an unordered_map without requiring the unordered_map
include path.
This works on some systems currently if other headers include unordered
map, but fails on others.1 parent d23020f commit 47c730b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments