Fix wasm build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-24 16:25:44 +02:00
parent 193aeb4b72
commit 9f57f82b49
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
#include "CarlaBridgeUtils.cpp"
#include "CarlaUtils.hpp"
#ifndef CARLA_OS_WASM
# include "CarlaBridgeUtils.cpp"
#endif
#ifdef CARLA_OS_MAC
# include "CarlaMacUtils.cpp"