aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/message.cc
diff options
context:
space:
mode:
authorGravatar jieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-07-18 23:19:21 +0000
committerGravatar jieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-07-18 23:19:21 +0000
commit3b547d3526a013ee2798a9dde61d95091fd4175e (patch)
tree5e91f46c1ece4a4d39feeb1348815bbb69d808b6 /src/google/protobuf/message.cc
parenta35f979c1793163b8af1c5b22e294916c25c33f2 (diff)
Add iostream in message.cc. Remove unused in coded_stream_unittest.cc
Diffstat (limited to 'src/google/protobuf/message.cc')
-rw-r--r--src/google/protobuf/message.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/google/protobuf/message.cc b/src/google/protobuf/message.cc
index e838d30c..2b9a2cb6 100644
--- a/src/google/protobuf/message.cc
+++ b/src/google/protobuf/message.cc
@@ -32,6 +32,7 @@
// Based on original Protocol Buffers design by
// Sanjay Ghemawat, Jeff Dean, and others.
+#include <iostream>
#include <stack>
#include <google/protobuf/stubs/hash.h>