Fix build issues found by CC=clang bazel build ... in kokoro PiperOrigin-RevId: 486483593
diff --git a/quiche/BUILD.bazel b/quiche/BUILD.bazel index 8ca1fd7..c8f609a 100644 --- a/quiche/BUILD.bazel +++ b/quiche/BUILD.bazel
@@ -273,6 +273,10 @@ ], deps = [ ":io_tool_support", + ":quiche_core", + ":quiche_platform_default", + ":quiche_tool_support", + "@com_google_absl//absl/strings", ], ) @@ -435,6 +439,7 @@ name = "quic_client", srcs = ["quic/tools/quic_client_bin.cc"], deps = [ + ":io_tool_support", ":quic_toy_client", ":quiche_core", ":quiche_tool_support", @@ -450,6 +455,7 @@ ":quiche_core", ":quiche_tool_support", "@com_google_absl//absl/strings", + "@com_google_googleurl//url", ], )