Skip to content

Commit

Permalink
Merge pull request protocolbuffers#2536 from jbrianceau/fix-js-embed-…
Browse files Browse the repository at this point in the history
…include-style

Fix include in auto-generated well_known_types_embed.cc
  • Loading branch information
Adam Cozzette committed Jan 4, 2017
2 parents c55175c + 4455cdf commit 17a8a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google/protobuf/compiler/js/embed.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 17a8a76

Please sign in to comment.