Add missing #include of <algorithm> for min/max on VS2013
This commit is contained in:
parent
d833126822
commit
172019c40b
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue