7 lines
246 B
C++
7 lines
246 B
C++
|
// Since we're using (BOOST_)ASIO_SEPARATE_COMPILATION, we need
|
||
|
// to include the <(boost/)asio/impl/src.hpp> header in some TU.
|
||
|
// We use this one to explicitly do so.
|
||
|
|
||
|
#include <boost/asio/impl/src.hpp>
|
||
|
//#include <boost/asio/ssl/impl/src.hpp>
|