mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Bypass GN check of absl/log include.
PiperOrigin-RevId: 615954726
This commit is contained in:
committed by
Copybara-Service
parent
848ef00cc0
commit
33e682f244
@@ -38,8 +38,8 @@
|
||||
#define DCHECK_GE(a, b) static_cast<void>(0), a >= b ? (void) 0 : abort()
|
||||
#else
|
||||
// IWYU pragma: begin_exports
|
||||
#include "absl/log/check.h"
|
||||
#include "absl/log/log.h"
|
||||
#include "absl/log/check.h" // nogncheck
|
||||
#include "absl/log/log.h" // nogncheck
|
||||
// IWYU pragma: end_exports
|
||||
#endif
|
||||
#include "internal/platform/implementation/log_message.h"
|
||||
|
||||
Reference in New Issue
Block a user