diff --git a/osu.Game.Tests/osu.Game.Tests.csproj b/osu.Game.Tests/osu.Game.Tests.csproj
index 4507d3d7f3..1c9b0503c0 100644
--- a/osu.Game.Tests/osu.Game.Tests.csproj
+++ b/osu.Game.Tests/osu.Game.Tests.csproj
@@ -23,6 +23,7 @@
+
diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/Handle.cs b/osu.Game/Rulesets/Edit/Layers/Selection/Handle.cs
index 2982a68b3b..b1ed5bc8b5 100644
--- a/osu.Game/Rulesets/Edit/Layers/Selection/Handle.cs
+++ b/osu.Game/Rulesets/Edit/Layers/Selection/Handle.cs
@@ -5,12 +5,12 @@ using System;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
-using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Input;
using osu.Game.Graphics;
using OpenTK;
using OpenTK.Graphics;
+using RectangleF = osu.Framework.Graphics.Primitives.RectangleF;
namespace osu.Game.Rulesets.Edit.Layers.Selection
{
diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs b/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs
index 6f73d6b916..8f380b77c3 100644
--- a/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs
+++ b/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs
@@ -6,13 +6,13 @@ using System.Collections.Generic;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
-using osu.Framework.Graphics.Primitives;
using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics;
using osu.Game.Rulesets.Objects.Drawables;
using OpenTK;
using OpenTK.Graphics;
using osu.Framework.Configuration;
+using RectangleF = osu.Framework.Graphics.Primitives.RectangleF;
namespace osu.Game.Rulesets.Edit.Layers.Selection
{