summaryrefslogtreecommitdiffstats
path: root/src/gui/PatchPropertiesWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/PatchPropertiesWindow.hpp')
-rw-r--r--src/gui/PatchPropertiesWindow.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPropertiesWindow.hpp b/src/gui/PatchPropertiesWindow.hpp
index 59d27389..1020bffc 100644
--- a/src/gui/PatchPropertiesWindow.hpp
+++ b/src/gui/PatchPropertiesWindow.hpp
@@ -21,7 +21,7 @@
#include <string>
#include <gtkmm.h>
#include <libglademm/xml.h>
-#include <raul/SharedPtr.hpp>
+#include "raul/SharedPtr.hpp"
using std::string;
namespace Ingen { namespace Client { class PatchModel; } }