diff --git a/BizHawk.Client.Common/ControllerBinding.cs b/BizHawk.Client.Common/ControllerBinding.cs
index 672d3bfc24..5984dc104b 100644
--- a/BizHawk.Client.Common/ControllerBinding.cs
+++ b/BizHawk.Client.Common/ControllerBinding.cs
@@ -2,6 +2,8 @@
using System.Collections.Generic;
using System.Linq;
+using BizHawk.Common;
+
namespace BizHawk.Client.Common
{
public class Controller : IController
diff --git a/BizHawk.Client.Common/FirmwareManager.cs b/BizHawk.Client.Common/FirmwareManager.cs
index fbdc27d7df..b173cdddb9 100644
--- a/BizHawk.Client.Common/FirmwareManager.cs
+++ b/BizHawk.Client.Common/FirmwareManager.cs
@@ -2,6 +2,8 @@
using System.IO;
using System.Collections.Generic;
+using BizHawk.Common;
+
//IDEA: put filesizes in DB too. then scans can go real quick by only scanning filesizes that match (and then scanning filesizes that dont match, in case of an emergency)
//this would be adviseable if we end up with a very large firmware file
diff --git a/BizHawk.Client.Common/movie/MovieMnemonics.cs b/BizHawk.Client.Common/movie/MovieMnemonics.cs
index 456f5591dc..dc18760c88 100644
--- a/BizHawk.Client.Common/movie/MovieMnemonics.cs
+++ b/BizHawk.Client.Common/movie/MovieMnemonics.cs
@@ -2,6 +2,8 @@
using System.Collections.Generic;
using System.Text;
+using BizHawk.Common;
+
namespace BizHawk.Client.Common
{
public static class MnemonicConstants
diff --git a/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs b/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs
index 07b753848e..801f6ce2c9 100644
--- a/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs
+++ b/BizHawk.Client.EmuHawk/DisplayManager/DisplayManager.cs
@@ -12,6 +12,7 @@ using System.Drawing.Imaging;
//using dx=SlimDX;
//using d3d=SlimDX.Direct3D9;
+using BizHawk.Common;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
diff --git a/BizHawk.Client.EmuHawk/Input/Input.cs b/BizHawk.Client.EmuHawk/Input/Input.cs
index 31c74973ec..617b95afa8 100644
--- a/BizHawk.Client.EmuHawk/Input/Input.cs
+++ b/BizHawk.Client.EmuHawk/Input/Input.cs
@@ -6,6 +6,7 @@ using System.Threading;
using SlimDX.DirectInput;
#endif
+using BizHawk.Common;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
diff --git a/BizHawk.Common/BizHawk.Common.csproj b/BizHawk.Common/BizHawk.Common.csproj
index 5892641d8a..4da9a96e5e 100644
--- a/BizHawk.Common/BizHawk.Common.csproj
+++ b/BizHawk.Common/BizHawk.Common.csproj
@@ -44,6 +44,7 @@
+
@@ -51,6 +52,7 @@
+