Some minor reverts to commit #63f94d2946 (from 25th May 2022)

These were preventing Ardour from compiling on Windows (Clang or MSVC)

Possibly would've been buildable with MinGW but I don't have that available to test.
This commit is contained in:
John Emmas 2022-08-21 12:34:10 +01:00
parent 027b6ee9cf
commit 30efdbe0f8
2 changed files with 4 additions and 1 deletions

View file

@ -45,11 +45,13 @@
#include "route_time_axis.h"
#include "midi_streamview.h"
namespace MIDI::Name {
namespace MIDI {
namespace Name {
class MasterDeviceNames;
class CustomDeviceMode;
struct PatchPrimaryKey;
}
}
namespace ARDOUR {
class Session;