aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common/Logging/LogEventArgsJson.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Common/Logging/LogEventArgsJson.cs')
-rw-r--r--src/Ryujinx.Common/Logging/LogEventArgsJson.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ryujinx.Common/Logging/LogEventArgsJson.cs b/src/Ryujinx.Common/Logging/LogEventArgsJson.cs
index 425b9766..5203b17a 100644
--- a/src/Ryujinx.Common/Logging/LogEventArgsJson.cs
+++ b/src/Ryujinx.Common/Logging/LogEventArgsJson.cs
@@ -1,4 +1,5 @@
-using System;
+using Ryujinx.Common.Logging.Formatters;
+using System;
using System.Text.Json.Serialization;
namespace Ryujinx.Common.Logging