Skip to content

Commit

Permalink
Add an IWYU pragma to vlog_is_on.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595114487
Change-Id: Ia8fc94e4feaf8da1185e7e93ba4250e61e690cfd
  • Loading branch information
derekmauro authored and copybara-github committed Jan 2, 2024
1 parent 6a19ff4 commit 925a5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions absl/log/vlog_is_on.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 925a5e6

Please sign in to comment.