From a1542e77dbbfab0f3f97da455432a18070cfc0fd Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 19 Dec 2022 10:07:09 +0100 Subject: [PATCH] algorithms: Fix bazel build --- ortools/algorithms/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) 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", ],