Some minor reverts to commit #63f94d29463 (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:
parent
027b6ee9cf
commit
30efdbe0f8
@ -68,6 +68,7 @@
|
||||
#include "pbd/openuri.h"
|
||||
#include "pbd/types_convert.h"
|
||||
#include "pbd/file_utils.h"
|
||||
#include <pbd/localtime_r.h>
|
||||
#include "pbd/pthread_utils.h"
|
||||
#include "pbd/replace_all.h"
|
||||
#include "pbd/scoped_file_descriptor.h"
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user