Skip to content

Commit af16e79

Browse files
committed
fix
1 parent d489daa commit af16e79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ortools/algorithms/BUILD.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ cc_test(
133133
cc_library(
134134
name = "adjustable_k_ary_heap",
135135
hdrs = ["adjustable_k_ary_heap.h"],
136-
deps = ["@abseil-cpp//absl/log:check"],
136+
deps = [
137+
"@abseil-cpp//absl/log:check",
138+
"//ortools/base:strong_int",
139+
"//ortools/base:strong_vector",
140+
],
137141
)
138142

139143
cc_test(

0 commit comments

Comments
 (0)