diff options
author | ncteisen <ncteisen@gmail.com> | 2018-01-23 12:08:38 -0800 |
---|---|---|
committer | ncteisen <ncteisen@gmail.com> | 2018-01-23 12:08:38 -0800 |
commit | a4533974da9403fd86c3c87d43e62ab00fe67ad3 (patch) | |
tree | c80ddb137a32b5f0a29fae4f96f2dd4909c3be83 /BUILD | |
parent | 39c65638c096f88ff649003632b1e43e90e2c8f7 (diff) |
Fix bazel build
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -888,6 +888,9 @@ grpc_cc_library( "gpr++_base", "grpc_codegen", "grpc_trace", + ":ref_counted", + ":ref_counted_ptr", + ":debug_location", ], ) |