aboutsummaryrefslogtreecommitdiff
path: root/include/client
diff options
context:
space:
mode:
authorLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-23 10:25:27 -0500
committerLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-04-23 10:25:27 -0500
commit21aff33f4f194148f768cce28a7ef9c827af29e9 (patch)
tree61ed7a1c6cf7c6871021aa7ee7db86cb3d1d7636 /include/client
parentb0a729a0a79040e0c32142007f4e63ef06d7ae30 (diff)
Begin switching to FetchContent for deps
Diffstat (limited to 'include/client')
-rw-r--r--include/client/web_socket_client.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/client/web_socket_client.hpp b/include/client/web_socket_client.hpp
index 6fbede6..63fa634 100644
--- a/include/client/web_socket_client.hpp
+++ b/include/client/web_socket_client.hpp
@@ -3,6 +3,9 @@
#include <functional>
#include <string>
+#include <websocketpp/client.hpp>
+#include <websocketpp/config/asio_client.hpp>
+
namespace client
{
/**