Skip to content

Commit

Permalink
fix(WebSocketClient): add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o committed May 16, 2024
1 parent d832d5b commit 5b9191d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WebSocketClient.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#ifndef _MOD_CHAT_TRANSMITTER_WEB_SOCKET_CLIENT_H_
#define _MOD_CHAT_TRANSMITTER_WEB_SOCKET_CLIENT_H_

#include <atomic>
#include <optional>

#include <boost/beast/core.hpp>
#include <boost/beast/websocket.hpp>
#include <boost/asio/strand.hpp>
Expand Down

0 comments on commit 5b9191d

Please sign in to comment.