Commit 4284be6
authored
Fix linking MSVC error from forward declaration used as templated type (iree-org#22233)
Fixes a build error for MSVC:
https://discord.com/channels/689900678990135345/689957613152239638/1425159686247809054
The MSVC compiler doesn't support using forward declared classes as
template types, so this PR just includes the relevant file instead of
forward declaring.
Confirmed that the MSVC CI action passes:
https://github.com/iree-org/iree/actions/runs/18320843225/job/52173225710
Signed-off-by: Max Dawkins <[email protected]>1 parent f155a52 commit 4284be6
2 files changed
+1
-5
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
0 commit comments