mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Fix windows builds (localtime_r)
This commit is contained in:
parent
d3c0a75f63
commit
914c4beb21
2 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include "pbd/basename.h"
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/failed_constructor.h"
|
||||
#include "pbd/localtime_r.h"
|
||||
|
||||
#include "ardour/filesystem_paths.h"
|
||||
#include "ardour/linux_vst_support.h"
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
#include "pbd/basename.h"
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/failed_constructor.h"
|
||||
#include "pbd/localtime_r.h"
|
||||
|
||||
#include "ardour/filesystem_paths.h"
|
||||
#include "ardour/vst3_module.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue