summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/BoostTimerFactory.h')
-rw-r--r--Swiften/Network/BoostTimerFactory.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Network/BoostTimerFactory.h b/Swiften/Network/BoostTimerFactory.h
index d7be77f..9b97467 100644
--- a/Swiften/Network/BoostTimerFactory.h
+++ b/Swiften/Network/BoostTimerFactory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
@@ -8,6 +8,7 @@
#include <boost/asio/io_service.hpp>
+#include <Swiften/Base/API.h>
#include <Swiften/Network/TimerFactory.h>
#include <Swiften/Network/BoostTimer.h>
@@ -15,7 +16,7 @@ namespace Swift {
class BoostTimer;
class EventLoop;
- class BoostTimerFactory : public TimerFactory {
+ class SWIFTEN_API BoostTimerFactory : public TimerFactory {
public:
BoostTimerFactory(boost::shared_ptr<boost::asio::io_service>, EventLoop* eventLoop);