summaryrefslogtreecommitdiff
path: root/gtk2_ardour/soundcloud_export_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/soundcloud_export_selector.h')
-rw-r--r--gtk2_ardour/soundcloud_export_selector.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk2_ardour/soundcloud_export_selector.h b/gtk2_ardour/soundcloud_export_selector.h
index 1c095c9b50..322bd94d1e 100644
--- a/gtk2_ardour/soundcloud_export_selector.h
+++ b/gtk2_ardour/soundcloud_export_selector.h
@@ -12,8 +12,13 @@
#include <string>
#include <sstream>
#include <vector>
-#include <gtkmm.h>
+
+#include <gtkmm/box.h>
+#include <gtkmm/checkbutton.h>
+#include <gtkmm/entry.h>
+#include <gtkmm/label.h>
#include <gtkmm/progressbar.h>
+#include <gtkmm/table.h>
class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
{