Skip to content

Commit d69264c

Browse files
iahsmeta-codesync[bot]
authored andcommitted
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: 6c17fe197e427e5b7d707c95b7052092396f24e6
1 parent bb147aa commit d69264c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

comms/ctran/backends/ib/benchmarks/CtranIbBench.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <folly/logging/Init.h>
77
#include <unistd.h>
88
#include <chrono>
9+
#include <iostream>
910
#include <memory>
1011
#include <string>
1112
#include <vector>

0 commit comments

Comments
 (0)