From e7134e7497f754464feb2b51b4dc13316bbdab8d Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 24 Feb 2025 16:45:22 +0100 Subject: [PATCH] replace base/logging.h by absl/log/log.h --- ortools/pdlp/scheduler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/pdlp/scheduler.h b/ortools/pdlp/scheduler.h index 9667c99417..bd908f2e93 100644 --- a/ortools/pdlp/scheduler.h +++ b/ortools/pdlp/scheduler.h @@ -27,6 +27,7 @@ #include #include "absl/functional/any_invocable.h" +#include "absl/log/log.h" #include "absl/synchronization/blocking_counter.h" #include "ortools/base/threadpool.h" #include "ortools/pdlp/solvers.pb.h"