diff options
author | Derek Mauro <dmauro@google.com> | 2024-01-02 07:42:37 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-01-02 07:43:30 -0800 |
commit | 925a5e681ea1958171ba580c4402e5ce76473cb5 (patch) | |
tree | 6e6837a7cd114b6f3705d49a93cb7dfe6489405d /absl | |
parent | 6a19ff47352a2112e953f4ab813d820e0ecfe1e3 (diff) | |
download | abseil-925a5e681ea1958171ba580c4402e5ce76473cb5.tar.gz abseil-925a5e681ea1958171ba580c4402e5ce76473cb5.tar.bz2 abseil-925a5e681ea1958171ba580c4402e5ce76473cb5.zip |
Add an IWYU pragma to vlog_is_on.h
PiperOrigin-RevId: 595114487
Change-Id: Ia8fc94e4feaf8da1185e7e93ba4250e61e690cfd
Diffstat (limited to 'absl')
-rw-r--r-- | absl/log/vlog_is_on.h | 2 |
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 |