diff --git a/src/accounts/hatchet/sip/hatchet_config.hpp b/src/accounts/hatchet/sip/hatchet_config.hpp index 8a33295bc..589f2a18a 100644 --- a/src/accounts/hatchet/sip/hatchet_config.hpp +++ b/src/accounts/hatchet/sip/hatchet_config.hpp @@ -29,6 +29,8 @@ #ifndef WEBSOCKETPP_CONFIG_HATCHET_CLIENT_HPP #define WEBSOCKETPP_CONFIG_HATCHET_CLIENT_HPP +#define _WEBSOCKETPP_NO_THREADING_ + #include #include #include @@ -39,8 +41,6 @@ namespace config { struct hatchet_client : public core_client { typedef hatchet_client type; - typedef websocketpp::concurrency::none concurrency_type; - typedef core_client::request_type request_type; typedef core_client::response_type response_type;