Skip to content

Commit

Permalink
bazel: fix graph build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 21, 2024
1 parent cc23703 commit a48f334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ortools/graph/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ cc_library(

cc_library(
name = "io",
hdrs = ["io.h"],
hdrs = ["graph_io.h"],
deps = [
":graph",
"//ortools/base:numbers",
Expand Down

0 comments on commit a48f334

Please sign in to comment.