Commit c53857b
authored
[C++] fix STL header includes for NodeImpl.cc and Stream.cc (#3471)
MSVC complains about missing symbols:
```
lang/c++/impl/Stream.cc(183): error C2039: 'back_inserter': is not a member of 'std'
lang/c++/impl/Stream.cc(183): error C3861: 'back_inserter': identifier not found
```
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>1 parent 6842191 commit c53857b
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments