summaryrefslogtreecommitdiffstats
path: root/ingen/Atom.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Atom.hpp')
-rw-r--r--ingen/Atom.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/Atom.hpp b/ingen/Atom.hpp
index 2e585a47..4275ce23 100644
--- a/ingen/Atom.hpp
+++ b/ingen/Atom.hpp
@@ -22,6 +22,7 @@
#include <cstring>
#include <string>
+#include "ingen/ingen.h"
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
#include "lv2/lv2plug.in/ns/ext/urid/urid.h"
@@ -41,7 +42,7 @@ class Forge;
In either case, the data is stored in a binary compatible format to LV2_Atom
(i.e., if the value is dynamically allocated, the header is repeated there).
*/
-class Atom {
+class INGEN_API Atom {
public:
Atom() { _atom.size = 0; _atom.type = 0; _body.ptr = NULL; }
~Atom() { dealloc(); }