Resolve g++ compilation error when using standalone asio

This commit is contained in:
eidheim 2019-06-23 13:05:26 +02:00
commit 1a56f4810e
2 changed files with 5 additions and 2 deletions

View file

@ -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;