Commit 5c63266e authored by Feng Xiao's avatar Feng Xiao

Merge pull request #1366 from xyzzyz/int128_ostream

Replace #include <iostream> with #include <ostream> in int128.cc
parents a16c8a50 955841e6
......@@ -31,7 +31,7 @@
#include <google/protobuf/stubs/int128.h>
#include <iomanip>
#include <iostream> // NOLINT(readability/streams)
#include <ostream> // NOLINT(readability/streams)
#include <sstream>
namespace google {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment