| Index: third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
|
| diff --git a/third_party/protobuf/src/google/protobuf/compiler/subprocess.cc b/third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
|
| index dbd813e11433677d696ac67054ba2a8ce15a76d5..5fb5d5cb7d7680e7ac80f0e31b9fb6cc244902b2 100644
|
| --- a/third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
|
| +++ b/third_party/protobuf/src/google/protobuf/compiler/subprocess.cc
|
| @@ -32,6 +32,8 @@
|
|
|
| #include <google/protobuf/compiler/subprocess.h>
|
|
|
| +#include <algorithm>
|
| +
|
| #ifndef _WIN32
|
| #include <errno.h>
|
| #include <sys/select.h>
|
| @@ -39,7 +41,6 @@
|
| #include <signal.h>
|
| #endif
|
|
|
| -#include <algorithm>
|
| #include <google/protobuf/stubs/common.h>
|
| #include <google/protobuf/message.h>
|
| #include <google/protobuf/stubs/substitute.h>
|
|
|