Commit 187cfc57 authored by Matthew Wu's avatar Matthew Wu

Change the #include for any.h to use angle brackets instead of quotes, to be…

Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes.
parent 1abf297f
...@@ -846,7 +846,7 @@ void FileGenerator::GenerateLibraryIncludes(io::Printer* printer) { ...@@ -846,7 +846,7 @@ void FileGenerator::GenerateLibraryIncludes(io::Printer* printer) {
if (IsAnyMessage(file_)) { if (IsAnyMessage(file_)) {
printer->Print( 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