MCP: probably fix crash on solo, another debug trace
[ardour.git] / libs / surfaces / osc / interface.cc
index 1d313eeaa65d0eda2b1de692e0728b55e5200363..a414d4eb82fb1fc03198d468f440322ccef455ac 100644 (file)
@@ -17,6 +17,7 @@
  *  
  *   */
 
+#include "ardour/rc_configuration.h"
 #include "control_protocol/control_protocol.h"
 #include "osc.h"
 
@@ -26,7 +27,7 @@ ControlProtocol*
 new_osc_protocol (ControlProtocolDescriptor* /*descriptor*/, Session* s)
 {
        OSC* osc = new OSC (*s, Config->get_osc_port());
-               
+       
        osc->set_active (true);
 
        return osc;