From 21da6cde79ccd0cb7f895a29e3d8cab959ef11ba Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 4 Sep 2023 02:17:10 +0200 Subject: Too many changes to name... --- LibMatrix/MatrixException.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LibMatrix/MatrixException.cs') diff --git a/LibMatrix/MatrixException.cs b/LibMatrix/MatrixException.cs index 99bacb5..1b38a6e 100644 --- a/LibMatrix/MatrixException.cs +++ b/LibMatrix/MatrixException.cs @@ -1,4 +1,6 @@ +using System; using System.Text.Json.Serialization; +using ArcaneLibs.Extensions; using LibMatrix.Extensions; namespace LibMatrix; -- cgit 1.4.1