Skip to content

Commit

Permalink
Fix compilation error iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Alonso committed Nov 19, 2019
1 parent c91cae9 commit 6a4610c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Mixpanel/Controller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
using Unity.Jobs;
using Unity.Collections;

#if UNITY_IOS
using UnityEngine.iOS;
#endif

namespace mixpanel
{
internal class Controller : MonoBehaviour
Expand Down
4 changes: 0 additions & 4 deletions Mixpanel/Worker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
using System.Net.Http;
using System.Web;

#if UNITY_IOS
using UnityEngine.iOS;
#endif

namespace mixpanel
{
public static partial class Worker
Expand Down

0 comments on commit 6a4610c

Please sign in to comment.