13
0

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:
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

@ -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"

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;