summaryrefslogtreecommitdiffstats
path: root/src/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PortModel.hpp')
-rw-r--r--src/client/PortModel.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/PortModel.hpp b/src/client/PortModel.hpp
index a0486ed5..3c4d779c 100644
--- a/src/client/PortModel.hpp
+++ b/src/client/PortModel.hpp
@@ -23,10 +23,11 @@
#include <string>
#include <sigc++/sigc++.h>
#include "raul/SharedPtr.hpp"
-#include "raul/Path.hpp"
#include "interface/Port.hpp"
#include "ObjectModel.hpp"
+namespace Raul { class Path; }
+
namespace Ingen {
namespace Client {