Commit 172019c4 authored by xiaofeng@google.com's avatar xiaofeng@google.com

Add missing #include of <algorithm> for min/max on VS2013

parent d8331268
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment