mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
954 B
Diff
22 lines
954 B
Diff
diff --git a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h
|
|
--- a/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h
|
|
+++ b/toolkit/components/protobuf/google/protobuf/wire_format_lite_inl.h
|
|
@@ -31,16 +31,17 @@
|
|
// Author: kenton@google.com (Kenton Varda)
|
|
// wink@google.com (Wink Saville) (refactored from wire_format.h)
|
|
// Based on original Protocol Buffers design by
|
|
// Sanjay Ghemawat, Jeff Dean, and others.
|
|
|
|
#ifndef GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__
|
|
#define GOOGLE_PROTOBUF_WIRE_FORMAT_LITE_INL_H__
|
|
|
|
+#include <algorithm>
|
|
#include <string>
|
|
#include <google/protobuf/stubs/common.h>
|
|
#include <google/protobuf/message_lite.h>
|
|
#include <google/protobuf/repeated_field.h>
|
|
#include <google/protobuf/wire_format_lite.h>
|
|
#include <google/protobuf/generated_message_util.h>
|
|
#include <google/protobuf/io/coded_stream.h>
|
|
|