Oops, fix build.
authorCarl Hetherington <carl@carlh.net>
Mon, 13 Dec 2010 16:05:28 +0000 (16:05 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 13 Dec 2010 16:05:28 +0000 (16:05 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8260 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ticker.cc

index fdae97e4bcd5ed9d477e8770d128cbe6599c74dd..4fbc18bd1fc7b43f5f1236178dcfcf28ba4a7487 100644 (file)
@@ -24,6 +24,7 @@
 #include "ardour/ticker.h"
 #include "ardour/session.h"
 #include "ardour/tempo.h"
+#include "ardour/debug.h"
 
 #ifdef DEBUG_MIDI_CLOCK
 #include <iostream>
@@ -182,7 +183,7 @@ void MidiClockTicker::send_midi_clock_event (pframes_t offset)
                return;
        }
 
-       DEBUG_TRACE (DEBUG::MidiClock, string_compose ("Tick with offset %1", offset));
+       DEBUG_TRACE (PBD::DEBUG::MidiClock, string_compose ("Tick with offset %1", offset));
 
        static uint8_t _midi_clock_tick[1] = { MIDI_CMD_COMMON_CLOCK };
        _midi_port->write (_midi_clock_tick, 1, offset);