mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Add #ifdef WITH_VST3 guards around VST3 hosting
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include "../boost-fix.h"
|
||||
|
||||
#include <boost/asio/local/stream_protocol.hpp>
|
||||
#include <boost/asio/posix/stream_descriptor.hpp>
|
||||
#include <boost/asio/streambuf.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
@@ -25,7 +26,8 @@
|
||||
#include <atomic>
|
||||
#include <thread>
|
||||
|
||||
#include "vst2.h"
|
||||
#include "../common/logging/common.h"
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* Encapsulate capturing the STDOUT or STDERR stream by opening a pipe and
|
||||
|
||||
Reference in New Issue
Block a user