From 4c2ba2e2b7255a996bd5ea168d8bded784e23177 Mon Sep 17 00:00:00 2001 From: Anay Wadhera Date: Thu, 3 Nov 2022 11:48:49 -0700 Subject: [PATCH] Add missing #include to uuid.h to fix build error PiperOrigin-RevId: 485932488 --- internal/platform/uuid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/platform/uuid.h b/internal/platform/uuid.h index 17f1fe5a..7dd6b9a6 100644 --- a/internal/platform/uuid.h +++ b/internal/platform/uuid.h @@ -15,6 +15,7 @@ #ifndef THIRD_PARTY_NEARBY_INTERNAL_PLATFORM_UUID_H_ #define THIRD_PARTY_NEARBY_INTERNAL_PLATFORM_UUID_H_ +#include #include #include