base: Add vlog_is_on to logging.h

This commit is contained in:
Corentin Le Molgat
2024-08-05 15:18:11 +02:00
parent 022ffe8a79
commit 9509cabec1

View File

@@ -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"