From dc81e23e60f6539b5d273bd42024e765b6cdf2d5 Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Thu, 12 Nov 2020 19:14:32 +0100 Subject: Split epee/string_tools.h and encapsulate boost::lexical_cast --- src/net/parse.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/parse.cpp') diff --git a/src/net/parse.cpp b/src/net/parse.cpp index 8a98e941a..298576ba4 100644 --- a/src/net/parse.cpp +++ b/src/net/parse.cpp @@ -31,6 +31,7 @@ #include "net/tor_address.h" #include "net/i2p_address.h" #include "string_tools.h" +#include "string_tools_lexical.h" namespace net { -- cgit v1.2.3