We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8da75 commit 58a05d0Copy full SHA for 58a05d0
generator/internal/stub_rest_generator.cc
@@ -55,6 +55,9 @@ Status StubRestGenerator::GenerateHeader() {
55
std::vector<std::string> additional_pb_header_paths =
56
absl::StrSplit(vars("additional_pb_header_paths"), absl::ByChar(','));
57
HeaderSystemIncludes(additional_pb_header_paths);
58
+ std::vector<std::string> mixin_headers =
59
+ absl::StrSplit(vars("mixin_proto_header_paths"), ',');
60
+ HeaderSystemIncludes(mixin_headers);
61
HeaderSystemIncludes({vars("proto_header_path"),
62
HasLongrunningMethod()
63
? vars("longrunning_operation_include_header")
0 commit comments