Skip to content

Commit 891cc40

Browse files
Internal change
PiperOrigin-RevId: 864611392
1 parent 135bec4 commit 891cc40

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

src/google/protobuf/generated_enum_util.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
#include <algorithm>
1111
#include <cstddef>
1212
#include <cstdint>
13+
#include <string>
1314
#include <utility>
1415
#include <vector>
1516

1617
#include "absl/log/absl_check.h"
18+
#include "absl/strings/string_view.h"
1719
#include "absl/types/optional.h"
1820
#include "absl/types/span.h"
21+
#include "google/protobuf/explicitly_constructed.h"
1922
#include "google/protobuf/generated_message_util.h"
2023

2124
// Must be included last.

src/google/protobuf/generated_enum_util_test.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include "absl/container/btree_set.h"
2222
#include "absl/strings/str_format.h"
2323
#include "absl/types/span.h"
24-
#include "google/protobuf/descriptor.h"
2524
#include "google/protobuf/unittest.pb.h"
2625
#include "google/protobuf/unittest_lite.pb.h"
2726

src/google/protobuf/generated_message_bases.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "google/protobuf/arena.h"
2020
#include "google/protobuf/generated_message_util.h"
2121
#include "google/protobuf/message.h"
22+
#include "google/protobuf/message_lite.h"
2223

2324
// Must come last:
2425
#include "google/protobuf/port_def.inc"

src/google/protobuf/generated_message_tctable_gen.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "google/protobuf/descriptor.pb.h"
2525
#include "google/protobuf/generated_message_tctable_decl.h"
2626
#include "google/protobuf/generated_message_tctable_impl.h"
27-
#include "google/protobuf/port.h"
2827
#include "google/protobuf/wire_format.h"
2928
#include "google/protobuf/wire_format_lite.h"
3029

0 commit comments

Comments
 (0)