Correct the #includes for 'ardour/midi_cursor.h' (see commit #ec12fccf08)
authorJohn Emmas <johne53@tiscali.co.uk>
Thu, 10 Nov 2016 19:31:26 +0000 (19:31 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Thu, 10 Nov 2016 19:31:26 +0000 (19:31 +0000)
commitddd79819dc6b0a04cb1a59f309209abb8b451e4b
treef376e49881966ec836fb8b319a83f37e5a1a0f22
parent953dcb9153c8e2b60ab81f6af444995b9e1f1462
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.
libs/ardour/ardour/midi_region.h
libs/ardour/ardour/midi_source.h
libs/ardour/smf_source.cc