Fix missing using keyword for IPv6

master
Harald Wolff 2019-10-11 12:43:52 +02:00
parent 7b3ce46f52
commit 96315997b1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
// **/
using System;
using ln.types;
using ln.types.net;
namespace ln.json.mapping
{
public class JSONIPv6Mapping : JSONMapping