File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed
src/google/protobuf/compiler/java Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11
11
#include < string>
12
12
13
13
#include " absl/container/flat_hash_map.h"
14
+ #include " absl/strings/string_view.h"
14
15
#include " google/protobuf/compiler/java/options.h"
15
16
#include " google/protobuf/port.h"
16
17
Original file line number Diff line number Diff line change 7
7
8
8
// Author: kenton@google.com (Kenton Varda)
9
9
10
+ #include < cstdint>
10
11
#include < memory>
11
12
#include < string>
13
+ #include < vector>
12
14
13
15
#include " google/protobuf/testing/file.h"
14
16
#include " google/protobuf/testing/file.h"
17
+ #include " google/protobuf/descriptor.pb.h"
15
18
#include < gtest/gtest.h>
16
19
#include " absl/log/absl_check.h"
20
+ #include " absl/strings/str_cat.h"
17
21
#include " absl/strings/str_split.h"
18
22
#include " google/protobuf/compiler/command_line_interface.h"
19
23
#include " google/protobuf/compiler/java/generator.h"
Original file line number Diff line number Diff line change 10
10
#include " google/protobuf/compiler/java/shared_code_generator.h"
11
11
12
12
#include < memory>
13
+ #include < string>
13
14
#include < utility>
15
+ #include < vector>
14
16
15
17
#include " absl/strings/escaping.h"
16
18
#include " absl/strings/str_cat.h"
19
+ #include " absl/strings/string_view.h"
17
20
#include " google/protobuf/compiler/code_generator.h"
18
21
#include " google/protobuf/compiler/java/helpers.h"
19
22
#include " google/protobuf/compiler/java/name_resolver.h"
You can’t perform that action at this time.
0 commit comments