diff options
Diffstat (limited to 'Swiften/Session')
-rw-r--r-- | Swiften/Session/Session.h | 2 | ||||
-rw-r--r-- | Swiften/Session/SessionStream.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Session/Session.h b/Swiften/Session/Session.h index 9134096..5261bf2 100644 --- a/Swiften/Session/Session.h +++ b/Swiften/Session/Session.h @@ -7,7 +7,7 @@ #pragma once #include <boost/shared_ptr.hpp> -#include <boost/signal.hpp> +#include "Swiften/Base/boost_signalslib.h" #include <boost/optional.hpp> #include <boost/enable_shared_from_this.hpp> diff --git a/Swiften/Session/SessionStream.h b/Swiften/Session/SessionStream.h index f2d4a7b..c3f5cef 100644 --- a/Swiften/Session/SessionStream.h +++ b/Swiften/Session/SessionStream.h @@ -6,7 +6,7 @@ #pragma once -#include <boost/signal.hpp> +#include "Swiften/Base/boost_signalslib.h" #include <boost/shared_ptr.hpp> #include "Swiften/Elements/ProtocolHeader.h" |