| Index: third_party/protobuf/src/google/protobuf/message.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/message.cc b/third_party/protobuf/src/google/protobuf/message.cc
|
| index 91e6878e84f7f39ddb13b2310c0b7a2e17834c4b..0409a94295be2e7aaf9bf439e00532766a7fd257 100644
|
| --- a/third_party/protobuf/src/google/protobuf/message.cc
|
| +++ b/third_party/protobuf/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>
|
|
|
|
|