Internal change

PiperOrigin-RevId: 372599408
This commit is contained in:
hai007
2021-05-07 11:53:28 -07:00
committed by Copybara-Service
parent 9087b912bf
commit f415ae3b8e
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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"
+4
View File
@@ -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 {