summaryrefslogtreecommitdiffstats
path: root/third_party/protobuf/src
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 18:13:37 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-15 18:13:37 +0000
commit58e851d6e4095006c6622fdc468e1d8a728e0392 (patch)
treec7eb6b809db4ebc0f8b58e44e9c766bb7c99f001 /third_party/protobuf/src
parenta0ef52110d388f80a54594f2811051c725a27359 (diff)
downloadchromium_src-58e851d6e4095006c6622fdc468e1d8a728e0392.zip
chromium_src-58e851d6e4095006c6622fdc468e1d8a728e0392.tar.gz
chromium_src-58e851d6e4095006c6622fdc468e1d8a728e0392.tar.bz2
Cherry pick r512 from upstream protobuf
Fixes compilation on VS2013. TBR=cpu@chromium.org BUG=288498 Review URL: https://codereview.chromium.org/27017004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228723 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/protobuf/src')
-rw-r--r--third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc b/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
index f552e1f..b3a71ce 100644
--- a/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
+++ b/third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc
@@ -36,6 +36,8 @@
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/stl_util.h>
+#include <algorithm>
+
namespace google {
namespace protobuf {
namespace io {