summaryrefslogtreecommitdiffstats
path: root/ingen/LV2Features.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/LV2Features.hpp')
-rw-r--r--ingen/LV2Features.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ingen/LV2Features.hpp b/ingen/LV2Features.hpp
index 61180636..23a302ed 100644
--- a/ingen/LV2Features.hpp
+++ b/ingen/LV2Features.hpp
@@ -20,11 +20,11 @@
#include <string>
#include <vector>
+#include "ingen/ingen.h"
+#include "ingen/types.hpp"
#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
#include "raul/Noncopyable.hpp"
-#include "ingen/types.hpp"
-
namespace Ingen {
class Node;
@@ -33,7 +33,7 @@ class World;
/** Features for use by LV2 plugins.
* @ingroup IngenShared
*/
-class LV2Features {
+class INGEN_API LV2Features {
public:
LV2Features();