aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 1779575c42..78479ce787 100644
--- a/BUILD
+++ b/BUILD
@@ -599,6 +599,7 @@ grpc_cc_library(
public_hdrs = ["src/core/lib/gprpp/orphanable.h"],
deps = [
"debug_location",
+ "ref_counted_ptr",
"gpr++_base",
"grpc_trace",
],
@@ -610,6 +611,7 @@ grpc_cc_library(
public_hdrs = ["src/core/lib/gprpp/ref_counted.h"],
deps = [
"debug_location",
+ "ref_counted_ptr",
"gpr++_base",
"grpc_trace",
],