Commit 748dce7d authored by Dominik Charousset's avatar Dominik Charousset

Add missing export macro

parent ecf95842
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "caf/byte.hpp" #include "caf/byte.hpp"
#include "caf/byte_buffer.hpp" #include "caf/byte_buffer.hpp"
#include "caf/detail/net_export.hpp"
#include "caf/dictionary.hpp" #include "caf/dictionary.hpp"
#include "caf/string_view.hpp" #include "caf/string_view.hpp"
...@@ -15,7 +16,7 @@ namespace caf::net::web_socket { ...@@ -15,7 +16,7 @@ namespace caf::net::web_socket {
/// Wraps state and algorithms for the WebSocket client handshake as defined in /// Wraps state and algorithms for the WebSocket client handshake as defined in
/// RFC 6455. /// RFC 6455.
class handshake { class CAF_NET_EXPORT handshake {
public: public:
// -- member types ----------------------------------------------------------- // -- member types -----------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment