Use new externally_connected API
[ardour.git] / libs / surfaces / push2 / scale.cc
index ac77c4ca324c81cc9a794efbf7d1e0391d75ef0e..e5f04604d4b68b6982cc7d67a6ebeea3db3596b0 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "gtkmm2ext/gui_thread.h"
 
-#include "canvas/colors.h"
+#include "gtkmm2ext/colors.h"
 #include "canvas/rectangle.h"
 #include "canvas/text.h"
 
@@ -38,6 +38,7 @@ using namespace std;
 using namespace PBD;
 using namespace Glib;
 using namespace ArdourSurface;
+using namespace Gtkmm2ext;
 using namespace ArdourCanvas;
 
 static double unselected_root_alpha = 0.5;