summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Derek Mauro <dmauro@google.com>2024-01-02 07:42:37 -0800
committerGravatar Copybara-Service <copybara-worker@google.com>2024-01-02 07:43:30 -0800
commit925a5e681ea1958171ba580c4402e5ce76473cb5 (patch)
tree6e6837a7cd114b6f3705d49a93cb7dfe6489405d
parent6a19ff47352a2112e953f4ab813d820e0ecfe1e3 (diff)
Add an IWYU pragma to vlog_is_on.h
PiperOrigin-RevId: 595114487 Change-Id: Ia8fc94e4feaf8da1185e7e93ba4250e61e690cfd
-rw-r--r--absl/log/vlog_is_on.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/log/vlog_is_on.h b/absl/log/vlog_is_on.h
index f5c42477..78986513 100644
--- a/absl/log/vlog_is_on.h
+++ b/absl/log/vlog_is_on.h
@@ -58,6 +58,8 @@
#include "absl/log/absl_vlog_is_on.h" // IWYU pragma: export
+// IWYU pragma: private, include "absl/log/log.h"
+
// Each VLOG_IS_ON call site gets its own VLogSite that registers with the
// global linked list of sites to asynchronously update its verbosity level on
// changes to --v or --vmodule. The verbosity can also be set by manually