Add missing using statement

This commit is contained in:
Dean Herbert 2022-07-21 21:39:24 +09:00
parent 6fac34c721
commit 5db4d9437a

View File

@ -1,6 +1,7 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System;
using osu.Framework.Allocation;
using osu.Framework.Bindables;
using osu.Framework.Graphics;