diff options
Diffstat (limited to 'src/gui/PatchWindow.hpp')
-rw-r--r-- | src/gui/PatchWindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/PatchWindow.hpp b/src/gui/PatchWindow.hpp index 4d4f0f1e..3673e1a8 100644 --- a/src/gui/PatchWindow.hpp +++ b/src/gui/PatchWindow.hpp @@ -23,8 +23,8 @@ #include <gtkmm.h> #include <libglademm/xml.h> #include <libglademm.h> -#include <raul/Path.hpp> -#include <raul/SharedPtr.hpp> +#include "raul/Path.hpp" +#include "raul/SharedPtr.hpp" #include "client/PatchModel.hpp" #include "PatchView.hpp" using Ingen::Client::PatchModel; |