diff options
Diffstat (limited to 'Swiften/TLS/OpenSSL')
-rw-r--r-- | Swiften/TLS/OpenSSL/OpenSSLContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/TLS/OpenSSL/OpenSSLContext.h b/Swiften/TLS/OpenSSL/OpenSSLContext.h index 2dbc3a6..005384b 100644 --- a/Swiften/TLS/OpenSSL/OpenSSLContext.h +++ b/Swiften/TLS/OpenSSL/OpenSSLContext.h @@ -5,7 +5,7 @@ */ #include <openssl/ssl.h> -#include <boost/signal.hpp> +#include "Swiften/Base/boost_signalslib.h" #include <boost/noncopyable.hpp> #include "Swiften/Base/ByteArray.h" |