This needs to be declared in order to build on windows (and since it's declared that way in the header)

PiperOrigin-RevId: 454077812
This commit is contained in:
jfcarroll
2022-06-09 21:09:31 -07:00
committed by Copybara-Service
parent b195c46286
commit 88ee3ba338
@@ -57,7 +57,7 @@ std::string StringToPrintableHexString(const std::string& source) {
} // namespace
const Uuid kCopresenceServiceUuid(kCopresenceServiceUuidMsb,
ABSL_CONST_INIT const Uuid kCopresenceServiceUuid(kCopresenceServiceUuidMsb,
kCopresenceServiceUuidLsb);
ByteArray GenerateHash(const std::string& source, size_t size) {