Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 606 by ramon.ga...@gmail.com: Small issue building under Win32
http://code.google.com/p/protobuf/issues/detail?id=606

I have a small issue building protocol buffers 2.5.0 under Visual Studio Express 2013


The file zero_copy_stream_impl_lite.cc uses the functions max and min but does not include <algorithm>

The fix is, in zero_copy_stream_impl_lite.cc, add, below the includes:

-------------------------------------------------
#include <algorithm>

using std::min;
using std::max;
-------------------------------------------------

Best regards

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups "Protocol 
Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to