From 8a0152fe7c989acc6f71ee1f4bb7745d6b47a2ff Mon Sep 17 00:00:00 2001 From: Nanook <188841+Nanook@users.noreply.github.com> Date: Thu, 24 Jul 2025 01:33:18 +0100 Subject: [PATCH] Fixed up test issue after copilot "fixes" :S. --- tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs b/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs index e04351a7..20f1c9ce 100644 --- a/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs +++ b/tests/SharpCompress.Test/Zip/TestPseudoTextStream.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; +using System.IO; using System.Text; namespace SharpCompress.Test.Zip;