summaryrefslogtreecommitdiffstats
path: root/src/server/Engine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Engine.hpp')
-rw-r--r--src/server/Engine.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/Engine.hpp b/src/server/Engine.hpp
index 6c932e18..4a4d6a56 100644
--- a/src/server/Engine.hpp
+++ b/src/server/Engine.hpp
@@ -23,6 +23,7 @@
#include "ingen/EngineBase.hpp"
#include "ingen/Interface.hpp"
+#include "ingen/ingen.h"
#include "ingen/types.hpp"
#include "ProcessContext.hpp"
@@ -60,7 +61,7 @@ class Worker;
@ingroup engine
*/
-class Engine : public boost::noncopyable, public EngineBase
+class INGEN_API Engine : public boost::noncopyable, public EngineBase
{
public:
explicit Engine(Ingen::World* world);