Fix include in auto-generated well_known_types_embed.cc
Restore include style fix (e3da722
) that has been trampled by
auto-generation of well_known_types_embed.cc
This commit is contained in:
parent
f52e188fe4
commit
4455cdf7ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue