mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix Windows builds (amend 89475b2c)
This commit is contained in:
parent
89475b2c95
commit
ee839bda3d
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@
|
|||
#include "pbd/replace_all.h"
|
||||
#include "pbd/xml++.h"
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
#include <shlobj.h> // CSIDL_*
|
||||
#include "pbd/windows_special_dirs.h"
|
||||
#endif
|
||||
|
||||
#include "libardour-config.h"
|
||||
|
||||
#include "ardour/audio_buffer.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue