Correct the #includes for 'ardour/midi_cursor.h' (see commit #ec12fccf08)

There are a couple of header files where we use a reference to class ARDOUR::MidiCursor (rather than a pointer). To keep MSVC happy we need to #include its header file, rather than simply using a forward reference.
This commit is contained in:
John Emmas 2016-11-10 19:31:26 +00:00
parent 953dcb9153
commit ddd79819dc
3 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,6 @@
#include "ardour/debug.h"
#include "ardour/midi_channel_filter.h"
#include "ardour/midi_cursor.h"
#include "ardour/midi_model.h"
#include "ardour/midi_ring_buffer.h"
#include "ardour/midi_state_tracker.h"