mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Include chromium logging header when building with chromium
PiperOrigin-RevId: 494244433
This commit is contained in:
committed by
Copybara-Service
parent
0fb81f2b27
commit
2706d66519
@@ -19,6 +19,8 @@
|
||||
|
||||
#ifdef NEARBY_SWIFTPM
|
||||
#include "internal/platform/logging.h"
|
||||
#elif defined(NEARBY_CHROMIUM)
|
||||
#include "glog/logging.h"
|
||||
#else
|
||||
#include "absl/log/log.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user