summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Parser.hpp')
-rw-r--r--ingen/Parser.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index b4977c90..f5045848 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -23,6 +23,7 @@
#include <boost/optional.hpp>
#include "ingen/Node.hpp"
+#include "ingen/ingen.h"
#include "raul/Path.hpp"
#include "raul/URI.hpp"
@@ -36,7 +37,7 @@ class World;
@ingroup Ingen
*/
-class Parser {
+class INGEN_API Parser {
public:
explicit Parser() {}