aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2014-02-21 11:41:35 -0800
committerWink Saville <wink@google.com>2014-02-21 11:41:35 -0800
commitf03ad1a96ff9a713e26eccebad15c5ecd76ca911 (patch)
tree629735fb54faae65062c4738769930b2685f8f09 /src
parentafc1553a9eb56eff742828c9c819eafa363cdcc9 (diff)
downloadexternal_protobuf-f03ad1a96ff9a713e26eccebad15c5ecd76ca911.zip
external_protobuf-f03ad1a96ff9a713e26eccebad15c5ecd76ca911.tar.gz
external_protobuf-f03ad1a96ff9a713e26eccebad15c5ecd76ca911.tar.bz2
Fix compile error on mac 10.9
Add #<include> istream to message.cc which was the solution to this bug: https://code.google.com/p/protobuf/issues/detail?id=570 Change-Id: Ic63730fdbe73234bf7efdd50ff0b55bb11ca0fd4
Diffstat (limited to 'src')
-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 91e6878..0409a94 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 <istream>
#include <stack>
#include <google/protobuf/stubs/hash.h>