summaryrefslogtreecommitdiffstats
path: root/src/gui/NewSubpatchWindow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/NewSubpatchWindow.hpp')
-rw-r--r--src/gui/NewSubpatchWindow.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/NewSubpatchWindow.hpp b/src/gui/NewSubpatchWindow.hpp
index c74b5fe2..20a27dc6 100644
--- a/src/gui/NewSubpatchWindow.hpp
+++ b/src/gui/NewSubpatchWindow.hpp
@@ -17,7 +17,11 @@
#ifndef INGEN_GUI_NEWSUBPATCHWINDOW_HPP
#define INGEN_GUI_NEWSUBPATCHWINDOW_HPP
-#include <gtkmm.h>
+#include <gtkmm/builder.h>
+#include <gtkmm/button.h>
+#include <gtkmm/entry.h>
+#include <gtkmm/label.h>
+#include <gtkmm/spinbutton.h>
#include "raul/SharedPtr.hpp"