fix using statement for IPv6 in TypesTests.cs

pull/2/head
Harald Wolff 2019-10-07 13:02:12 +02:00
parent a768f22802
commit 9c01766e74
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
using NUnit.Framework;
using System;
using ln.types.net;
namespace ln.types.test
{