summaryrefslogtreecommitdiffstats
path: root/ingen/AtomReader.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomReader.hpp')
-rw-r--r--ingen/AtomReader.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/AtomReader.hpp b/ingen/AtomReader.hpp
index b4c4418a..516ac983 100644
--- a/ingen/AtomReader.hpp
+++ b/ingen/AtomReader.hpp
@@ -22,6 +22,7 @@
#include "ingen/Interface.hpp"
#include "ingen/AtomSink.hpp"
#include "ingen/URIs.hpp"
+#include "ingen/ingen.h"
#include "serd/serd.h"
namespace Ingen {
@@ -34,7 +35,7 @@ class URIMap;
/** An AtomSink that calls methods on an Interface.
* @ingroup IngenShared
*/
-class AtomReader : public AtomSink
+class INGEN_API AtomReader : public AtomSink
{
public:
AtomReader(URIMap& map,