diff --git a/include/transport/HTTPRequest.h b/include/transport/HTTPRequest.h index 5eea41519cd3be4c1e4222fc3f004c9fac741ff2..c58fceb5efbcd287e035a79dc84b1099064b7547 100644 --- a/include/transport/HTTPRequest.h +++ b/include/transport/HTTPRequest.h @@ -9,7 +9,7 @@ #include #include "rapidjson/document.h" -#include +#include namespace Transport { @@ -38,7 +38,7 @@ class HTTPRequest : public Thread { return m_url; } - boost::signal onRequestFinished; + SWIFTEN_SIGNAL_NAMESPACE::signal onRequestFinished; static void globalInit() { curl_global_init(CURL_GLOBAL_ALL);