mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Include a header file needed for Windows VST support
This commit is contained in:
parent
5beeca2e95
commit
4f91cd7e98
1 changed files with 4 additions and 0 deletions
|
|
@ -65,6 +65,10 @@
|
|||
#include "timers.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef WINDOWS_VST_SUPPORT
|
||||
#include <fst.h>
|
||||
#endif
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace ARDOUR_UI_UTILS;
|
||||
using namespace PBD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue