瀏覽代碼

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

xiaofeng@google.com 12 年之前
父節點
當前提交
172019c40b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/google/protobuf/io/zero_copy_stream_impl_lite.cc

+ 2 - 0
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 {