diff -r 000000000000 -r 6474c204b198 toolkit/components/protobuf/vs2013.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/toolkit/components/protobuf/vs2013.patch Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,21 @@ +diff --git a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h +--- a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h ++++ b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h +@@ -31,16 +31,17 @@ + // Author: kenton@google.com (Kenton Varda) + // wink@google.com (Wink Saville) (refactored from wire_format.h) + // Based on original Protocol Buffers design by + // Sanjay Ghemawat, Jeff Dean, and others. + + #ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__ + #define GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__ + ++#include + #include + #include + #include + #include + #include + #include + #include +