diff --git a/ortools/graph/BUILD.bazel b/ortools/graph/BUILD.bazel index 45811e3633..58fd430169 100644 --- a/ortools/graph/BUILD.bazel +++ b/ortools/graph/BUILD.bazel @@ -769,7 +769,7 @@ cc_library( cc_library( name = "io", - hdrs = ["io.h"], + hdrs = ["graph_io.h"], deps = [ ":graph", "//ortools/base:numbers",