diff --git a/ortools/algorithms/BUILD.bazel b/ortools/algorithms/BUILD.bazel index 50d8876093..ec619492fe 100644 --- a/ortools/algorithms/BUILD.bazel +++ b/ortools/algorithms/BUILD.bazel @@ -34,6 +34,7 @@ cc_test( ":hungarian", "//ortools/base", "//ortools/base:map_util", + "@com_google_absl//absl/random:distributions", "@com_google_absl//absl/strings", "@com_google_googletest//:gtest_main", ],