mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 15:16:12 -04:00
Internal change
PiperOrigin-RevId: 372599408
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
#ifndef PLATFORM_BASE_LOGGING_H_
|
||||
#define PLATFORM_BASE_LOGGING_H_
|
||||
|
||||
#if defined NEARBY_WINDOWS_DLL
|
||||
#include "base/logging.h"
|
||||
#endif
|
||||
|
||||
#include "platform/api/log_message.h"
|
||||
#include "platform/api/platform.h"
|
||||
|
||||
|
||||
@@ -19,7 +19,11 @@
|
||||
|
||||
#include "platform/base/byte_array.h"
|
||||
#include "absl/strings/string_view.h"
|
||||
#if defined NEARBY_WINDOWS_DLL
|
||||
#include "openssl/digest.h"
|
||||
#else
|
||||
#include "openssl/digest.h"
|
||||
#endif
|
||||
|
||||
// Function implementations for platform/api/crypto.h.
|
||||
namespace location {
|
||||
|
||||
Reference in New Issue
Block a user