Merge pull request #904 from matthew-wu/master
Change the #include for any.h to use angle brackets instead of quotes
This commit is contained in:
commit
dfae9e36c7
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ void FileGenerator::GenerateLibraryIncludes(io::Printer* printer) {
|
|||
|
||||
if (IsAnyMessage(file_)) {
|
||||
printer->Print(
|
||||
"#include \"google/protobuf/any.h\"\n");
|
||||
"#include <google/protobuf/any.h>\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue