forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D69706 --HG-- rename : toolkit/components/protobuf/src/google/protobuf/any.cc => toolkit/components/protobuf/src/google/protobuf/any_lite.cc rename : toolkit/components/protobuf/src/google/protobuf/has_bits.h => toolkit/components/protobuf/src/google/protobuf/generated_enum_util.cc rename : toolkit/components/protobuf/src/google/protobuf/stubs/singleton.h => toolkit/components/protobuf/src/google/protobuf/implicit_weak_message.cc rename : toolkit/components/protobuf/src/google/protobuf/stubs/io_win32.cc => toolkit/components/protobuf/src/google/protobuf/io/io_win32.cc rename : toolkit/components/protobuf/src/google/protobuf/stubs/io_win32.h => toolkit/components/protobuf/src/google/protobuf/io/io_win32.h rename : toolkit/components/protobuf/src/google/protobuf/arenastring.cc => toolkit/components/protobuf/src/google/protobuf/port.h rename : toolkit/components/protobuf/src/google/protobuf/io/strtod.h => toolkit/components/protobuf/src/google/protobuf/port_undef.inc rename : toolkit/components/protobuf/src/google/protobuf/reflection_ops.h => toolkit/components/protobuf/src/google/protobuf/util/json_format.proto extra : moz-landing-system : lando
10 lines
408 B
Diff
10 lines
408 B
Diff
--- a/toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
|
|
+++ b/toolkit/components/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h
|
|
@@ -48,6 +48,7 @@
|
|
#include <iosfwd>
|
|
#include <memory>
|
|
#include <string>
|
|
+#include <vector> /* Needed by GCC 4.9 on Android (see Bug 1186561) */
|
|
|
|
#include <google/protobuf/stubs/callback.h>
|
|
#include <google/protobuf/stubs/common.h>
|