r258@gwythaint (orig r798): fugalh | 2006-08-12 15:50:33 -0600
[ardour.git] / gtk2_ardour / panner2d.cc
index 36f7aab252f8b2cfe80b07a73cd8d35b40e2f070..1fb94a1321130a292b9af83766052eedf3c6111b 100644 (file)
@@ -39,6 +39,7 @@ using namespace std;
 using namespace Gtk;
 using namespace sigc;
 using namespace ARDOUR;
+using namespace PBD;
 
 Panner2d::Target::Target (float xa, float ya, const char *txt)
        : x (xa), y (ya), text (txt ? strdup (txt) : 0)