Commit 17a8a761 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #2536 from jbrianceau/fix-js-embed-include-style

Fix include in auto-generated well_known_types_embed.cc
parents c55175cb 4455cdf7
......@@ -98,7 +98,7 @@ static void AddFile(const char* name, std::basic_ostream<char>* out) {
int main(int argc, char *argv[]) {
std::cout << "#include "
"\"google/protobuf/compiler/js/well_known_types_embed.h\"\n";
"<google/protobuf/compiler/js/well_known_types_embed.h>\n";
std::cout << "struct FileToc well_known_types_js[] = {\n";
for (int i = 1; i < argc; i++) {
......
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