diff --git a/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs b/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs index 80ae156..071638f 100644 --- a/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs +++ b/SDK/Runtime/EmbeddedWallet/WebviewHandler.cs @@ -5,6 +5,7 @@ #if UNITY_IOS || UNITY_ANDROID || UNITY_STANDALONE_OSX || UNITY_EDITOR_OSX using UnityEngine; +using Privy.Utils; namespace Privy.Wallets {