Skip to content

Commit

Permalink
ci: build fix due to mqtt5 change
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 9, 2024
1 parent 0648334 commit 02c588e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ossia/protocols/mqtt/mqtt_protocol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
#include <boost/asio/use_future.hpp>
#include <boost/beast.hpp>

// clang-format off
#include <async_mqtt5.hpp>
#include <async_mqtt5/websocket.hpp>
// clang-format on

#include <coroutine>

Expand Down

0 comments on commit 02c588e

Please sign in to comment.