diff options
Diffstat (limited to 'Swiften/Roster/XMPPRosterImpl.h')
-rw-r--r-- | Swiften/Roster/XMPPRosterImpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Roster/XMPPRosterImpl.h b/Swiften/Roster/XMPPRosterImpl.h index cbb3166..8c8cf3e 100644 --- a/Swiften/Roster/XMPPRosterImpl.h +++ b/Swiften/Roster/XMPPRosterImpl.h @@ -9,10 +9,11 @@ #include <map> #include <set> +#include <Swiften/Base/API.h> #include <Swiften/Roster/XMPPRoster.h> namespace Swift { - class XMPPRosterImpl : public XMPPRoster { + class SWIFTEN_API XMPPRosterImpl : public XMPPRoster { public: XMPPRosterImpl(); |