diff options
Diffstat (limited to '')
-rw-r--r-- | src/net/parse.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |