13
0

Fix plugin manager build with VST3 disabled.

ARDOUR::SystemExec is also used for scanning VST2 and AU plugins, yet
the corresponding header ardour/system_exec.h is not included when VST3
support is disabled in the build configuration.
This commit is contained in:
Florian Walpen 2021-12-29 23:07:58 +01:00
parent 24269acb97
commit 10d367fdae
No known key found for this signature in database
GPG Key ID: E11C40B3BC8863BC

View File

@ -87,6 +87,7 @@
#include "ardour/search_paths.h"
#if (defined WINDOWS_VST_SUPPORT || defined MACVST_SUPPORT || defined LXVST_SUPPORT)
#include "ardour/system_exec.h"
#include "ardour/vst2_scan.h"
#endif
@ -113,6 +114,7 @@
#include "ardour/audio_unit.h"
#include "ardour/auv2_scan.h"
#include "ardour/system_exec.h"
#include <Carbon/Carbon.h>
#endif