summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/AtomWriter.hpp1
-rw-r--r--ingen/Parser.hpp2
-rw-r--r--ingen/Serialiser.hpp1
3 files changed, 2 insertions, 2 deletions
diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp
index 6c1786f4..f9052d93 100644
--- a/ingen/AtomWriter.hpp
+++ b/ingen/AtomWriter.hpp
@@ -22,6 +22,7 @@
#include "ingen/Message.hpp"
#include "ingen/Properties.hpp"
#include "ingen/Resource.hpp"
+#include "ingen/URI.hpp"
#include "ingen/ingen.h"
#include "lv2/atom/forge.h"
#include "lv2/urid/urid.h"
diff --git a/ingen/Parser.hpp b/ingen/Parser.hpp
index acaf3b90..8d868a8c 100644
--- a/ingen/Parser.hpp
+++ b/ingen/Parser.hpp
@@ -30,8 +30,6 @@
#include <string>
#include <utility>
-namespace Raul { class Path; }
-namespace Raul { class Symbol; }
namespace Sord { class World; }
namespace ingen {
diff --git a/ingen/Serialiser.hpp b/ingen/Serialiser.hpp
index c19ff19c..4980a36d 100644
--- a/ingen/Serialiser.hpp
+++ b/ingen/Serialiser.hpp
@@ -17,6 +17,7 @@
#ifndef INGEN_SERIALISER_HPP
#define INGEN_SERIALISER_HPP
+#include "ingen/FilePath.hpp"
#include "ingen/Properties.hpp"
#include "ingen/ingen.h"
#include "ingen/types.hpp"