Skip to content

Commit c49f829

Browse files
committed
fix
1 parent 0530de4 commit c49f829

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ortools/port/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ cc_library(
3030
deps = [
3131
"//ortools/base",
3232
"//ortools/util:parse_proto",
33+
"@abseil-cpp//absl/log",
3334
"@abseil-cpp//absl/strings",
3435
"@com_google_protobuf//:protobuf",
3536
],

ortools/port/proto_utils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <string>
1818

19+
#include "absl/log/log.h"
1920
#include "absl/strings/ascii.h"
2021
#include "absl/strings/str_cat.h"
2122
#include "absl/strings/string_view.h"

0 commit comments

Comments
 (0)