summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp
index a275fdff..d17c42e1 100644
--- a/ingen/URIMap.hpp
+++ b/ingen/URIMap.hpp
@@ -22,6 +22,7 @@
#include "ingen/LV2Features.hpp"
#include "ingen/Log.hpp"
+#include "ingen/ingen.h"
#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
#include "raul/Noncopyable.hpp"
#include "raul/URI.hpp"
@@ -31,7 +32,7 @@ namespace Ingen {
/** URI to integer map and implementation of LV2 URID extension.
* @ingroup IngenShared
*/
-class URIMap : public Raul::Noncopyable {
+class INGEN_API URIMap : public Raul::Noncopyable {
public:
URIMap(Log& log, LV2_URID_Map* map, LV2_URID_Unmap* unmap);
virtual ~URIMap() {}