summaryrefslogtreecommitdiffstats
path: root/ingen/Arc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Arc.hpp')
-rw-r--r--ingen/Arc.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/Arc.hpp b/ingen/Arc.hpp
index 69c65586..03d7d9f8 100644
--- a/ingen/Arc.hpp
+++ b/ingen/Arc.hpp
@@ -17,6 +17,7 @@
#ifndef INGEN_ARC_HPP
#define INGEN_ARC_HPP
+#include "ingen/ingen.h"
#include "raul/Deletable.hpp"
namespace Raul { class Path; }
@@ -27,7 +28,7 @@ namespace Ingen {
*
* @ingroup Ingen
*/
-class Arc : public Raul::Deletable
+class INGEN_API Arc : public Raul::Deletable
{
public:
virtual const Raul::Path& tail_path() const = 0;