summaryrefslogtreecommitdiffstats
path: root/ingen/Forge.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Forge.hpp')
-rw-r--r--ingen/Forge.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/Forge.hpp b/ingen/Forge.hpp
index de32b3e8..e57d0b22 100644
--- a/ingen/Forge.hpp
+++ b/ingen/Forge.hpp
@@ -20,6 +20,7 @@
#include <string>
#include "ingen/Atom.hpp"
+#include "ingen/ingen.h"
#include "lv2/lv2plug.in/ns/ext/atom/forge.h"
namespace Ingen {
@@ -29,7 +30,7 @@ class URIMap;
/** Forge for Atoms.
* @ingroup IngenShared
*/
-class Forge : public LV2_Atom_Forge {
+class INGEN_API Forge : public LV2_Atom_Forge {
public:
explicit Forge(URIMap& map);