Add missing Core namespace import

This commit is contained in:
Oliver Booth 2022-04-25 22:29:15 +01:00
parent d1e5dc2c7b
commit 9dadedd62a
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
using System.Numerics;
using X10D.Core;
namespace X10D.Numerics;

View File

@ -1,4 +1,5 @@
using System.Text;
using X10D.Core;
namespace X10D;