Commit d69264c
Add remaining direct iostream includes (#3560)
Summary:
Pull Request resolved: #3560
D114418456 removed a transitive Thrift include and exposed two remaining C++ sources that use `std::cout` or `std::cerr` without including `<iostream>`. Add the direct standard-library includes so the affected build targets no longer depend on the removed transitive path.
Reviewed By: saifhhasan
Differential Revision: D115502594
fbshipit-source-id: 6c17fe197e427e5b7d707c95b7052092396f24e61 parent bb147aa commit d69264c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments