1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/protobuf/vs2013.patch Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +diff --git a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h 1.5 +--- a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h 1.6 ++++ b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h 1.7 +@@ -31,16 +31,17 @@ 1.8 + // Author: kenton@google.com (Kenton Varda) 1.9 + // wink@google.com (Wink Saville) (refactored from wire_format.h) 1.10 + // Based on original Protocol Buffers design by 1.11 + // Sanjay Ghemawat, Jeff Dean, and others. 1.12 + 1.13 + #ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__ 1.14 + #define GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__ 1.15 + 1.16 ++#include <algorithm> 1.17 + #include <string> 1.18 + #include <google/protobuf/stubs/common.h> 1.19 + #include <google/protobuf/message_lite.h> 1.20 + #include <google/protobuf/repeated_field.h> 1.21 + #include <google/protobuf/wire_format_lite.h> 1.22 + #include <google/protobuf/generated_message_util.h> 1.23 + #include <google/protobuf/io/coded_stream.h> 1.24 +