Added missing namespace for standalone asio
This commit is contained in:
parent
18808121ed
commit
ec240ab432
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue