aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2017-05-05 10:45:23 -0700
committerGitHub <noreply@github.com>2017-05-05 10:45:23 -0700
commit3c369dc07cd0b5fa5b874e42af6191f518ee4bae (patch)
tree4d8e71b139fec55d8cfa3ae7e2a837b452c422ee /BUILD
parent99cf2efa8f82e799dfb2cc88f27a1b02f4f8d9c3 (diff)
parent7378ec2bc8da17ba4b1050dbb1ff05425f05537e (diff)
downloadprotobuf-3c369dc07cd0b5fa5b874e42af6191f518ee4bae.tar.gz
protobuf-3c369dc07cd0b5fa5b874e42af6191f518ee4bae.tar.bz2
protobuf-3c369dc07cd0b5fa5b874e42af6191f518ee4bae.zip
Merge pull request #3057 from xfxyjwf/3.3.x
Fix several C++ build issues.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e5662c4d..da152495 100644
--- a/BUILD
+++ b/BUILD
@@ -128,6 +128,7 @@ cc_library(
"src/google/protobuf/extension_set_heavy.cc",
"src/google/protobuf/field_mask.pb.cc",
"src/google/protobuf/generated_message_reflection.cc",
+ "src/google/protobuf/generated_message_table_driven.cc",
"src/google/protobuf/io/gzip_stream.cc",
"src/google/protobuf/io/printer.cc",
"src/google/protobuf/io/strtod.cc",