|
1 diff --git a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h |
|
2 --- a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h |
|
3 +++ b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h |
|
4 @@ -31,16 +31,17 @@ |
|
5 // Author: kenton@google.com (Kenton Varda) |
|
6 // wink@google.com (Wink Saville) (refactored from wire_format.h) |
|
7 // Based on original Protocol Buffers design by |
|
8 // Sanjay Ghemawat, Jeff Dean, and others. |
|
9 |
|
10 #ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__ |
|
11 #define GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__ |
|
12 |
|
13 +#include <algorithm> |
|
14 #include <string> |
|
15 #include <google/protobuf/stubs/common.h> |
|
16 #include <google/protobuf/message_lite.h> |
|
17 #include <google/protobuf/repeated_field.h> |
|
18 #include <google/protobuf/wire_format_lite.h> |
|
19 #include <google/protobuf/generated_message_util.h> |
|
20 #include <google/protobuf/io/coded_stream.h> |
|
21 |