From 9509cabec12d930d752add2471fa20617c1948ff Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 5 Aug 2024 15:18:11 +0200 Subject: [PATCH] base: Add vlog_is_on to logging.h --- ortools/base/logging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/base/logging.h b/ortools/base/logging.h index 242cbf669c..79e745d2a8 100644 --- a/ortools/base/logging.h +++ b/ortools/base/logging.h @@ -20,6 +20,7 @@ #include "absl/log/check.h" #include "absl/log/die_if_null.h" #include "absl/log/log.h" +#include "absl/log/vlog_is_on.h" #include "absl/memory/memory.h" #include "absl/status/status.h" #include "absl/strings/str_cat.h"