We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0530de4 commit c49f829Copy full SHA for c49f829
2 files changed
ortools/port/BUILD.bazel
@@ -30,6 +30,7 @@ cc_library(
30
deps = [
31
"//ortools/base",
32
"//ortools/util:parse_proto",
33
+ "@abseil-cpp//absl/log",
34
"@abseil-cpp//absl/strings",
35
"@com_google_protobuf//:protobuf",
36
],
ortools/port/proto_utils.h
@@ -16,6 +16,7 @@
16
17
#include <string>
18
19
+#include "absl/log/log.h"
20
#include "absl/strings/ascii.h"
21
#include "absl/strings/str_cat.h"
22
#include "absl/strings/string_view.h"
0 commit comments