Skip to content

Commit 6a4610c

Browse files
author
Sergio Alonso
committed
Fix compilation error iOS
1 parent c91cae9 commit 6a4610c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Mixpanel/Controller.cs

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
using Unity.Jobs;
1111
using Unity.Collections;
1212

13+
#if UNITY_IOS
14+
using UnityEngine.iOS;
15+
#endif
16+
1317
namespace mixpanel
1418
{
1519
internal class Controller : MonoBehaviour

Mixpanel/Worker.cs

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
using System.Net.Http;
1111
using System.Web;
1212

13-
#if UNITY_IOS
14-
using UnityEngine.iOS;
15-
#endif
16-
1713
namespace mixpanel
1814
{
1915
public static partial class Worker

0 commit comments

Comments
 (0)