summaryrefslogtreecommitdiffstats
path: root/src/engine/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Driver.hpp')
-rw-r--r--src/engine/Driver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/Driver.hpp b/src/engine/Driver.hpp
index 73be4a3b..a11fffba 100644
--- a/src/engine/Driver.hpp
+++ b/src/engine/Driver.hpp
@@ -20,10 +20,11 @@
#include <string>
#include <boost/utility.hpp>
-#include "raul/Path.hpp"
#include "interface/DataType.hpp"
#include "DuplexPort.hpp"
+namespace Raul { class Path; }
+
namespace Ingen {
class DuplexPort;