Open carlocorradini opened 1 month ago
If ASIO_SEPARATE_COMPILATION is defined and SSL support is needed there is the need to add #include <asio/ssl/impl/src.hpp> in src/asio.cpp See https://think-async.com/Asio/asio-1.30.2/doc/asio/using.html#asio.using.optional_separate_compilation
ASIO_SEPARATE_COMPILATION
#include <asio/ssl/impl/src.hpp>
src/asio.cpp
If
ASIO_SEPARATE_COMPILATION
is defined and SSL support is needed there is the need to add#include <asio/ssl/impl/src.hpp>
insrc/asio.cpp
See https://think-async.com/Asio/asio-1.30.2/doc/asio/using.html#asio.using.optional_separate_compilation