Commit ad0af6e
committed
hip-gen: add explicit #include <cstring> for chipStar compatibility
chipStar HIP headers do not transitively include <cstring>, causing
build failures for the four pre-existing strcmp() calls in this file
(resource_root comparisons). AMD ROCm headers include it transitively,
so this is a no-op on non-chipStar builds.1 parent 8d62fa6 commit ad0af6e
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments