Merge pull request #1366 from xyzzyz/int128_ostream

Replace #include <iostream> with #include <ostream> in int128.cc
This commit is contained in:
Feng Xiao 2016-03-31 13:29:29 -07:00
commit 5c63266ed3

View file

@ -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 {