bazel: fix algorithms tests

This commit is contained in:
Corentin Le Molgat
2024-02-21 16:08:56 +01:00
parent 02cfbadac8
commit 64c4453af4
2 changed files with 2 additions and 0 deletions

View File

@@ -334,6 +334,7 @@ cc_test(
"//ortools/base:dump_vars",
"//ortools/base:map_util",
"//ortools/base:path",
"//ortools/base:status_matchers",
"//ortools/graph:io",
"@com_google_absl//absl/random",
"@com_google_absl//absl/status",

View File

@@ -43,6 +43,7 @@
#include "ortools/algorithms/dynamic_partition.h"
#include "ortools/algorithms/dynamic_permutation.h"
#include "ortools/algorithms/sparse_permutation.h"
#include "ortools/base/status_matchers.h"
#include "ortools/base/dump_vars.h"
#include "ortools/base/helpers.h"
#include "ortools/base/map_util.h"