File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments