Skip to content

Commit d9fb28a

Browse files
committed
ci: build fixes
1 parent 4edc7e8 commit d9fb28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/score-plugin-protocols/Protocols/SocketIO/SocketIOClient.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <boost/beast/version.hpp>
1313
#include <boost/beast/websocket.hpp>
1414
#include <boost/json.hpp>
15-
15+
#include <ossia/detail/fmt.hpp>
1616
#include <charconv>
1717
#include <cstdlib>
1818
#include <functional>
@@ -522,7 +522,7 @@ class socketio_client_session
522522

523523
co_await this->m_write_channel.async_send(
524524
{},
525-
std::format("42{}{}", cur, boost::json::serialize(boost::json::array{args...})));
525+
fmt::format("42{}{}", cur, boost::json::serialize(boost::json::array{args...})));
526526

527527
co_return co_await std::move(q);
528528
}

0 commit comments

Comments
 (0)