Add missing imports to tests

fixes c4202fea2
This commit is contained in:
YoshiRulz 2020-08-07 12:59:39 +10:00
parent c4202fea2e
commit 74bfac2359
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using BizHawk.Client.Common;
using BizHawk.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Tests.Client.Common.Movie

View File

@ -2,6 +2,8 @@
using System.Collections.Generic;
using System.Linq;
using BizHawk.Common;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace BizHawk.Tests.Common.MultiPredicateSort