From 4b11d17c0d51ecefd1df8f25cd1e41e6dc35b8b6 Mon Sep 17 00:00:00 2001 From: Benjamin Van Renterghem <42121860+benjaminvanrenterghem@users.noreply.github.com> Date: Wed, 8 May 2024 17:59:39 +0200 Subject: [PATCH] Update NyzoConstantsTests.cs --- dotnet.Nyzo.CL.Tests/NyzoConstantsTests.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet.Nyzo.CL.Tests/NyzoConstantsTests.cs b/dotnet.Nyzo.CL.Tests/NyzoConstantsTests.cs index 17aaf33..d2969ff 100644 --- a/dotnet.Nyzo.CL.Tests/NyzoConstantsTests.cs +++ b/dotnet.Nyzo.CL.Tests/NyzoConstantsTests.cs @@ -1,3 +1,5 @@ +using System; + namespace Nyzo.CL.Tests; // References in NyzoConstants are assumed to be tested separately, this ensures the logic referencing them is also valid