From 1b1d0c038e3bcd57486bcb95030fc415e3e55b93 Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Thu, 11 Jan 2024 22:03:23 -0500 Subject: [PATCH] fix --- src/Sentry/Platforms/Cocoa/CFunctions.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Sentry/Platforms/Cocoa/CFunctions.cs b/src/Sentry/Platforms/Cocoa/CFunctions.cs index 09c4f73939..71bc1946ae 100644 --- a/src/Sentry/Platforms/Cocoa/CFunctions.cs +++ b/src/Sentry/Platforms/Cocoa/CFunctions.cs @@ -1,4 +1,5 @@ using Sentry.Extensibility; +using Sentry.Internal.Extensions; using Sentry.Protocol; namespace Sentry.Cocoa;