diff --git a/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs b/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs index 6ef21ac0..7c4d7590 100644 --- a/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs +++ b/tests/CommandLine.Tests/Unit/Text/HelpTextTests.cs @@ -2,6 +2,8 @@ using System; using System.Collections.Generic; +using System.Globalization; +using CommandLine.Core; using System.Linq; using System.Reflection; using CommandLine.Infrastructure;