From f8da72ca9630a8e0cfb07d063d0bfa96bcafbe8a Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Mon, 12 Aug 2019 17:56:13 +0300 Subject: [PATCH] Fix the build when json logging is enabled --- eth/net/nat.nim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eth/net/nat.nim b/eth/net/nat.nim index 9e79629..a13f012 100644 --- a/eth/net/nat.nim +++ b/eth/net/nat.nim @@ -7,8 +7,9 @@ # those terms. import - net, options, os, strutils, times, - result, nat_traversal/[miniupnpc, natpmp], chronicles + options, os, strutils, times, + result, nat_traversal/[miniupnpc, natpmp], + chronicles, json_serialization/std/net type NatStrategy* = enum