Skip to content

Commit ee7572e

Browse files
authored
Fix iOS Build (#29)
Fixes #28
1 parent 78230cf commit ee7572e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Runtime/BugSplat.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@
66
using System.Net.Http;
77
using System.IO;
88
using System.Runtime.InteropServices;
9-
using UnityEngine.Windows;
109
using System.Linq;
1110
using BugSplatDotNetStandard;
1211

12+
#if UNITY_STANDALONE_WIN
13+
using UnityEngine.Windows;
14+
#endif
15+
1316
namespace BugSplatUnity
1417
{
1518
/// <summary>

0 commit comments

Comments
 (0)