toolkit/components/protobuf/vs2013.patch

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial