Include a header file needed for Windows VST support

This commit is contained in:
John Emmas 2019-09-24 10:17:32 +01:00
parent 5beeca2e95
commit 4f91cd7e98
1 changed files with 4 additions and 0 deletions

View File

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