Merge pull request #2536 from jbrianceau/fix-js-embed-include-style
Fix include in auto-generated well_known_types_embed.cc
This commit is contained in:
commit
17a8a7619a
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user