1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/protobuf/r512.patch Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +Index: src/google/protobuf/io/zero_copy_stream_impl_lite.cc 1.5 +=================================================================== 1.6 +--- src/google/protobuf/io/zero_copy_stream_impl_lite.cc (revision 511) 1.7 ++++ src/google/protobuf/io/zero_copy_stream_impl_lite.cc (revision 512) 1.8 +@@ -36,6 +36,8 @@ 1.9 + #include <google/protobuf/stubs/common.h> 1.10 + #include <google/protobuf/stubs/stl_util.h> 1.11 + 1.12 ++#include <algorithm> 1.13 ++ 1.14 + namespace google { 1.15 + namespace protobuf { 1.16 + namespace io {