Skip to content

Commit 8b5e95e

Browse files
Automated Code Change
PiperOrigin-RevId: 837971050
1 parent 5747636 commit 8b5e95e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/google/protobuf/compiler/parser_unittest.cc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,36 @@
1313

1414
#include <algorithm>
1515
#include <cmath>
16+
#include <cstddef>
1617
#include <memory>
1718
#include <string>
1819
#include <utility>
1920
#include <vector>
2021

22+
#include "google/protobuf/testing/file.h"
2123
#include "google/protobuf/any.pb.h"
2224
#include "google/protobuf/descriptor.pb.h"
2325
#include <gmock/gmock.h>
2426
#include "google/protobuf/testing/googletest.h"
2527
#include <gtest/gtest.h>
28+
#include "absl/base/macros.h"
2629
#include "absl/container/flat_hash_map.h"
2730
#include "absl/log/absl_check.h"
2831
#include "absl/memory/memory.h"
2932
#include "absl/strings/str_cat.h"
3033
#include "absl/strings/str_join.h"
34+
#include "absl/strings/string_view.h"
3135
#include "absl/strings/substitute.h"
32-
#include "google/protobuf/compiler/retention.h"
3336
#include "google/protobuf/descriptor.h"
37+
#include "google/protobuf/io/tokenizer.h"
38+
#include "google/protobuf/io/zero_copy_stream.h"
39+
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
3440
#include "google/protobuf/test_util2.h"
3541
#include "google/protobuf/text_format.h"
3642
#include "google/protobuf/unittest.pb.h"
3743
#include "google/protobuf/unittest_custom_options.pb.h"
3844
#include "google/protobuf/unittest_import.pb.h"
3945
#include "google/protobuf/unittest_import_public.pb.h"
40-
#include "google/protobuf/wire_format.h"
4146

4247

4348
// Must be included last.

0 commit comments

Comments
 (0)