diff options
author | mj-xmr <mjxmr@protonmail.com> | 2020-11-12 19:14:32 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-04-16 20:54:20 +0200 |
commit | dc81e23e60f6539b5d273bd42024e765b6cdf2d5 (patch) | |
tree | 32229c8c475a3a3f73dec63cf36a57c00e768e39 /contrib/epee/include/net/http_client.h | |
parent | Revert "Merge pull request #7136" (diff) | |
download | monero-dc81e23e60f6539b5d273bd42024e765b6cdf2d5.tar.xz |
Split epee/string_tools.h and encapsulate boost::lexical_cast
Diffstat (limited to 'contrib/epee/include/net/http_client.h')
-rw-r--r-- | contrib/epee/include/net/http_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/http_client.h b/contrib/epee/include/net/http_client.h index 3725ef079..29ef82fb1 100644 --- a/contrib/epee/include/net/http_client.h +++ b/contrib/epee/include/net/http_client.h @@ -30,7 +30,6 @@ #include <ctype.h> #include <boost/shared_ptr.hpp> #include <boost/regex.hpp> -#include <boost/lexical_cast.hpp> #include <boost/optional/optional.hpp> #include <boost/utility/string_ref.hpp> //#include <mbstring.h> @@ -46,6 +45,7 @@ #endif #include "string_tools.h" +#include "string_tools_lexical.h" #include "reg_exp_definer.h" #include "abstract_http_client.h" #include "http_base.h" |