websocket_ssl.hpp 460 B

1234567891011121314151617
  1. //
  2. // Copyright (c) 2023-2025 Ivica Siladic, Bruno Iljazovic, Korina Simicevic
  3. //
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. #ifndef BOOST_MQTT5_WEBSOCKET_SSL_HPP
  8. #define BOOST_MQTT5_WEBSOCKET_SSL_HPP
  9. #include <boost/mqtt5/ssl.hpp>
  10. #include <boost/mqtt5/websocket.hpp>
  11. #include <boost/beast/websocket/ssl.hpp>
  12. #endif // !BOOST_MQTT5_WEBSOCKET_SSL_HPP