Skip to content

Commit f102ade

Browse files
Automated Code Change
PiperOrigin-RevId: 864610993
1 parent 79bbf1d commit f102ade

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/google/protobuf/implicit_weak_message.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77

88
#include "google/protobuf/implicit_weak_message.h"
99

10+
#include <string>
11+
1012
#include "google/protobuf/generated_message_tctable_decl.h"
1113
#include "google/protobuf/message_lite.h"
1214
#include "google/protobuf/parse_context.h"
1315

1416
// Must be included last.
17+
#include "google/protobuf/port.h"
1518
#include "google/protobuf/port_def.inc"
1619

1720
// Since we could be merging Translation units, we must check if this was done

src/google/protobuf/internal_message_util_unittest.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// https://developers.google.com/open-source/licenses/bsd
77

88
#include <memory>
9-
#include <queue>
109
#include <string>
1110

1211
#include <gmock/gmock.h>
@@ -16,7 +15,6 @@
1615
#include "absl/strings/string_view.h"
1716
#include "google/protobuf/map_unittest.pb.h"
1817
#include "google/protobuf/message.h"
19-
#include "google/protobuf/reflection_visit_fields.h"
2018
#include "google/protobuf/unittest.pb.h"
2119
#include "google/protobuf/unittest_mset.pb.h"
2220

0 commit comments

Comments
 (0)