0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-03-23 01:40:27 +01:00

ircd: Add fwd decl for boost::asio::signal_set.

This commit is contained in:
Jason Volk 2018-12-11 14:55:10 -08:00
parent 638a629151
commit 31798dd09a

View file

@ -19,6 +19,7 @@
namespace boost::asio
{
struct io_context;
struct signal_set;
}
namespace ircd