From 172019c40bf548908ab09bfd276074c929d48415 Mon Sep 17 00:00:00 2001 From: "xiaofeng@google.com" Date: Tue, 17 Sep 2013 21:00:11 +0000 Subject: Add missing #include of for min/max on VS2013 --- src/google/protobuf/io/zero_copy_stream_impl_lite.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/google') diff --git a/src/google/protobuf/io/zero_copy_stream_impl_lite.cc b/src/google/protobuf/io/zero_copy_stream_impl_lite.cc index f552e1f8..b3a71ce3 100644 --- a/src/google/protobuf/io/zero_copy_stream_impl_lite.cc +++ b/src/google/protobuf/io/zero_copy_stream_impl_lite.cc @@ -36,6 +36,8 @@ #include #include +#include + namespace google { namespace protobuf { namespace io { -- cgit v1.2.3