Add missing dependency

pull/9323/head
yang-g 8 years ago
parent 1d8db03492
commit f89eed9908
  1. 3
      BUILD

@ -1219,6 +1219,9 @@ grpc_cc_library(
public_hdrs = [
"include/grpc++/impl/codegen/config_protobuf.h",
],
external_deps = [
"protobuf",
],
)
grpc_cc_library(

Loading…
Cancel
Save