summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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