Skip to content

Commit

Permalink
pw_async2: Add missing thread_stl dependency
Browse files Browse the repository at this point in the history
Change-Id: I3ea050193981c461af70ebcb44a7f7eeec5600e3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/219291
Commit-Queue: Taylor Cramer <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
Reviewed-by: Ted Pudlik <[email protected]>
  • Loading branch information
jlatusek authored and CQ Bot Account committed Jul 8, 2024
1 parent a5f72ef commit 0a4a217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pw_async2/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ pw_test("dispatcher_thread_test") {
":dispatcher",
"$dir_pw_thread:sleep",
"$dir_pw_thread:thread",
"$dir_pw_thread_stl:thread",
dir_pw_function,
]
sources = [ "dispatcher_thread_test.cc" ]
Expand Down
1 change: 1 addition & 0 deletions pw_channel/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pw_test("epoll_channel_test") {
"$dir_pw_multibuf:testing",
"$dir_pw_thread:sleep",
"$dir_pw_thread:thread",
"$dir_pw_thread_stl:thread",
]
enable_if =
pw_async2_DISPATCHER_BACKEND == "$dir_pw_async2_epoll:dispatcher_backend"
Expand Down

0 comments on commit 0a4a217

Please sign in to comment.