more verbose debug output for slave debugging
[ardour.git] / gtk2_ardour / editor_regions.h
index 9679085501754b55c799b510d8bd7533bdbb9439..3284259ed70d1ccba56a3f1fcb70372ae36f1b4c 100644 (file)
 #ifndef __gtk_ardour_editor_regions_h__
 #define __gtk_ardour_editor_regions_h__
 
-#include "editor_component.h"
 #include <boost/unordered_map.hpp>
 
+#include <gtkmm/scrolledwindow.h>
+#include <gtkmm/treemodel.h>
+#include <gtkmm/treerowreference.h>
+#include <gtkmm/treestore.h>
+
+#include "editor_component.h"
+
 class EditorRegions : public EditorComponent, public ARDOUR::SessionHandlePtr
 {
 public: