mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
462 B
Diff
14 lines
462 B
Diff
Index: src/google/protobuf/io/zero_copy_stream_impl_lite.cc
|
|
===================================================================
|
|
--- src/google/protobuf/io/zero_copy_stream_impl_lite.cc (revision 511)
|
|
+++ src/google/protobuf/io/zero_copy_stream_impl_lite.cc (revision 512)
|
|
@@ -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 {
|