mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-07-29 12:07:43 +02:00
Remove Beast dependency from connect_op.hpp
Summary: resolves T15243 Reviewers: ivica Reviewed By: ivica Subscribers: iljazovic, miljen Maniphest Tasks: T15243 Differential Revision: https://repo.mireo.local/D32561
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
#include <boost/beast/websocket.hpp>
|
||||
|
||||
#include <async_mqtt5.hpp>
|
||||
#include <async_mqtt5/websocket.hpp> // WebSocket traits
|
||||
|
||||
int main() {
|
||||
boost::asio::io_context ioc;
|
||||
|
Reference in New Issue
Block a user