diff options
Diffstat (limited to 'https.cpp')
-rw-r--r-- | https.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ namespace http = beast::http; // from <boost/beast/http.hpp> namespace net = boost::asio; // from <boost/asio.hpp> namespace ssl = boost::asio::ssl; // from <boost/asio/ssl.hpp> using tcp = boost::asio::ip::tcp; // from <boost/asio/ip/tcp.hpp> +using namespace Reichwein; namespace { |