Added missing namespace for standalone asio

This commit is contained in:
eidheim 2019-06-23 12:56:44 +02:00
commit ec240ab432

View file

@ -7,6 +7,7 @@
#include <asio.hpp>
#include <asio/steady_timer.hpp>
namespace SimpleWeb {
namespace asio = asio;
using error_code = std::error_code;
using errc = std::errc;
using system_error = std::system_error;