diff --git a/OpenBullet2/Shared/Debugger.razor.cs b/OpenBullet2/Shared/Debugger.razor.cs index 0df6ebdac..65b085c3d 100644 --- a/OpenBullet2/Shared/Debugger.razor.cs +++ b/OpenBullet2/Shared/Debugger.razor.cs @@ -6,7 +6,9 @@ using System.Net.Http; using System.Threading; using System.Threading.Tasks; +using IronPython.Compiler; using IronPython.Hosting; +using IronPython.Runtime; using Microsoft.AspNetCore.Components; using OpenBullet2.Helpers; using OpenBullet2.Models.Debugger; diff --git a/RuriLib/Models/Jobs/MultiRunJob.cs b/RuriLib/Models/Jobs/MultiRunJob.cs index e2d5d7839..4b2444f3d 100644 --- a/RuriLib/Models/Jobs/MultiRunJob.cs +++ b/RuriLib/Models/Jobs/MultiRunJob.cs @@ -27,6 +27,8 @@ using RuriLib.Models.Data.Resources; using RuriLib.Models.Data.Resources.Options; using RuriLib.Helpers; +using IronPython.Compiler; +using IronPython.Runtime; namespace RuriLib.Models.Jobs {