--- gigedit/trunk/src/gigedit/CombineInstrumentsDialog.h 2014/06/10 19:14:01 2615 +++ gigedit/trunk/src/gigedit/CombineInstrumentsDialog.h 2014/06/10 20:20:21 2616 @@ -17,6 +17,7 @@ #include #include #include +#include #include "wrapLabel.hh" @@ -41,6 +42,7 @@ gig::Instrument* m_newCombinedInstrument; Gtk::HButtonBox m_buttonBox; + Gtk::ScrolledWindow m_scrolledWindow; Gtk::TreeView m_treeView; Gtk::Button m_cancelButton; Gtk::Button m_OKButton;