Skip to content

Commit

Permalink
pw_string: Add missing dependency
Browse files Browse the repository at this point in the history
Change-Id: Id93a1d293bd74a7ef3fb427e117d580e2e433ed8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/270912
Commit-Queue: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Docs-Not-Needed: Ted Pudlik <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Feb 25, 2025
1 parent 9c7b530 commit c53611c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pw_string/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ cc_library(
],
strip_include_prefix = "public",
tags = ["noclangtidy"],
deps = ["//pw_assert"],
deps = [
"//pw_assert:assert",
"//pw_preprocessor",
],
)

cc_library(
Expand Down

0 comments on commit c53611c

Please sign in to comment.