Skip to content

Commit 1894446

Browse files
fix: add System.Threading.Tasks using directive (#26)
Added using directive for System.Threading.Tasks.
1 parent 834240e commit 1894446

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SDK/Runtime/EmbeddedWallet/BrowserDomIframeHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
using System;
2626
using UnityEngine;
2727
using Privy.Utils;
28+
using System.Threading.Tasks;
2829

2930
namespace Privy.Wallets
3031
{

0 commit comments

Comments
 (0)