Resolve g++ compilation error when using standalone asio
This commit is contained in:
parent
ec240ab432
commit
1a56f4810e
2 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#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