Commit dfae9e36 authored by Jisi Liu's avatar Jisi Liu

Merge pull request #904 from matthew-wu/master

Change the #include for any.h to use angle brackets instead of quotes
parents 1abf297f 187cfc57
......@@ -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");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment