aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 5053860baf..d065060763 100644
--- a/BUILD
+++ b/BUILD
@@ -1233,6 +1233,9 @@ grpc_cc_library(
public_hdrs = [
"include/grpc++/impl/codegen/config_protobuf.h",
],
+ external_deps = [
+ "protobuf",
+ ],
)
grpc_cc_library(