Skip to content

Commit 083fa40

Browse files
authored
Add absl deps that stats headers use. (census-instrumentation#237)
Previously the build picked these up transitively. It's better to be explicit.
1 parent 49453c5 commit 083fa40

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

opencensus/stats/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ cc_library(
3434
deps = [
3535
":core",
3636
":recording",
37+
"@com_google_absl//absl/strings",
38+
"@com_google_absl//absl/time",
3739
],
3840
)
3941

0 commit comments

Comments
 (0)