mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
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:
parent
027b6ee9cf
commit
30efdbe0f8
2 changed files with 4 additions and 1 deletions
|
|
@ -68,6 +68,7 @@
|
||||||
#include "pbd/openuri.h"
|
#include "pbd/openuri.h"
|
||||||
#include "pbd/types_convert.h"
|
#include "pbd/types_convert.h"
|
||||||
#include "pbd/file_utils.h"
|
#include "pbd/file_utils.h"
|
||||||
|
#include <pbd/localtime_r.h>
|
||||||
#include "pbd/pthread_utils.h"
|
#include "pbd/pthread_utils.h"
|
||||||
#include "pbd/replace_all.h"
|
#include "pbd/replace_all.h"
|
||||||
#include "pbd/scoped_file_descriptor.h"
|
#include "pbd/scoped_file_descriptor.h"
|
||||||
|
|
|
||||||
|
|
@ -45,11 +45,13 @@
|
||||||
#include "route_time_axis.h"
|
#include "route_time_axis.h"
|
||||||
#include "midi_streamview.h"
|
#include "midi_streamview.h"
|
||||||
|
|
||||||
namespace MIDI::Name {
|
namespace MIDI {
|
||||||
|
namespace Name {
|
||||||
class MasterDeviceNames;
|
class MasterDeviceNames;
|
||||||
class CustomDeviceMode;
|
class CustomDeviceMode;
|
||||||
struct PatchPrimaryKey;
|
struct PatchPrimaryKey;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
namespace ARDOUR {
|
namespace ARDOUR {
|
||||||
class Session;
|
class Session;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue