no-read-past-end for destructive crossfade as well; cleanup xfade coefficient arrays...
[ardour.git] / libs / ardour / port.cc
index 9d6a90aa54a82eebbe05a139d64756946c47d763..c5c03d0a05948255066a4dccda538db478324228 100644 (file)
@@ -21,6 +21,7 @@
 #include "ardour/port.h"
 
 using namespace ARDOUR;
+using namespace std;
 
 Port::Port (jack_port_t *p) 
        : port (p)