summaryrefslogtreecommitdiffstats
path: root/src/gui/UploadPatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/UploadPatchWindow.hpp')
-rw-r--r--src/gui/UploadPatchWindow.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/UploadPatchWindow.hpp b/src/gui/UploadPatchWindow.hpp
index 4c3cfdfc..c81a278e 100644
--- a/src/gui/UploadPatchWindow.hpp
+++ b/src/gui/UploadPatchWindow.hpp
@@ -25,11 +25,13 @@
#include "raul/SharedPtr.hpp"
#include "raul/Thread.hpp"
#include "raul/AtomicInt.hpp"
-#include "client/PatchModel.hpp"
#include "client/PluginModel.hpp"
-using Ingen::Client::PatchModel;
namespace Ingen {
+
+namespace Client { class PatchModel; }
+using Ingen::Client::PatchModel;
+
namespace GUI {
class UploadPatchWindow;