summaryrefslogtreecommitdiffstats
path: root/src/engine/JackAudioDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/JackAudioDriver.hpp')
-rw-r--r--src/engine/JackAudioDriver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/JackAudioDriver.hpp b/src/engine/JackAudioDriver.hpp
index 275aca79..57c7f74e 100644
--- a/src/engine/JackAudioDriver.hpp
+++ b/src/engine/JackAudioDriver.hpp
@@ -21,12 +21,13 @@
#include <jack/jack.h>
#include <jack/transport.h>
#include "raul/Thread.hpp"
-#include "raul/Path.hpp"
#include "raul/List.hpp"
#include "AudioDriver.hpp"
#include "Buffer.hpp"
#include "ProcessContext.hpp"
+namespace Raul { class Path; }
+
namespace Ingen {
class Engine;