summaryrefslogtreecommitdiffstats
path: root/ingen/EngineBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/EngineBase.hpp')
-rw-r--r--ingen/EngineBase.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/EngineBase.hpp b/ingen/EngineBase.hpp
index 177e8b20..be55c3a8 100644
--- a/ingen/EngineBase.hpp
+++ b/ingen/EngineBase.hpp
@@ -20,7 +20,7 @@
#include <stdint.h>
#include "raul/URI.hpp"
-
+#include "ingen/ingen.h"
#include "ingen/types.hpp"
namespace Ingen {
@@ -32,7 +32,7 @@ class Interface;
@ingroup Ingen
*/
-class EngineBase
+class INGEN_API EngineBase
{
public:
virtual ~EngineBase() {}