aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Brianceau <jbriance@cisco.com>2016-12-23 10:44:59 +0100
committerBo Yang <paulyang1211@gmail.com>2017-01-09 11:41:02 -0800
commit46dee43e25767201bdcb61012a7d16e4a456ee2c (patch)
tree55f03ca0e7bf8dbb9494ae753638e76938501d87
parenta24ddc570f4357fc474384d0b84a2656a9a028a5 (diff)
downloadprotobuf-46dee43e25767201bdcb61012a7d16e4a456ee2c.tar.gz
protobuf-46dee43e25767201bdcb61012a7d16e4a456ee2c.tar.bz2
protobuf-46dee43e25767201bdcb61012a7d16e4a456ee2c.zip
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
-rw-r--r--src/google/protobuf/compiler/js/embed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google/protobuf/compiler/js/embed.cc b/src/google/protobuf/compiler/js/embed.cc
index a725b62e..57d38237 100644
--- a/src/google/protobuf/compiler/js/embed.cc
+++ b/src/google/protobuf/compiler/js/embed.cc
@@ -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++) {