Skip to content

Commit

Permalink
websocket.h にインクルードを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Dec 16, 2024
1 parent d1abc1d commit b71e811
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/sora/websocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <optional>

// Boost
#include <boost/asio.hpp>
#include <boost/asio/deadline_timer.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ssl/context.hpp>
Expand All @@ -15,6 +17,7 @@
#include <boost/beast/core/multi_buffer.hpp>
#include <boost/beast/websocket/ssl.hpp>
#include <boost/beast/websocket/stream.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>

#include "url_parts.h"
#include "version.h"
Expand Down

0 comments on commit b71e811

Please sign in to comment.