summaryrefslogtreecommitdiffstats
path: root/ingen/StreamWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/StreamWriter.hpp')
-rw-r--r--ingen/StreamWriter.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ingen/StreamWriter.hpp b/ingen/StreamWriter.hpp
index cefd51cc..1fd21b0a 100644
--- a/ingen/StreamWriter.hpp
+++ b/ingen/StreamWriter.hpp
@@ -19,11 +19,17 @@
#include <cstdio>
+#include "ingen/ingen.h"
#include "ingen/ColorContext.hpp"
#include "ingen/TurtleWriter.hpp"
+namespace Raul { class URI; }
+
namespace Ingen {
+class URIMap;
+class URIs;
+
/** An Interface that writes Turtle messages to a stream.
*/
class INGEN_API StreamWriter : public TurtleWriter