diff --git a/source/backend/plugin/CarlaPluginVST3.cpp b/source/backend/plugin/CarlaPluginVST3.cpp index d1f0636b8..065cae0a3 100644 --- a/source/backend/plugin/CarlaPluginVST3.cpp +++ b/source/backend/plugin/CarlaPluginVST3.cpp @@ -28,6 +28,10 @@ #include "CarlaPluginUI.hpp" +#ifdef CARLA_OS_MAC +# import +#endif + #include "water/files/File.h" CARLA_BACKEND_START_NAMESPACE diff --git a/source/backend/plugin/Makefile b/source/backend/plugin/Makefile index 5c5126545..c2e55908e 100644 --- a/source/backend/plugin/Makefile +++ b/source/backend/plugin/Makefile @@ -84,6 +84,10 @@ $(OBJDIR)/CarlaPluginVST2.cpp.o: CarlaPluginVST2.cpp @echo "Compiling $<" $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -ObjC++ -c -o $@ +$(OBJDIR)/CarlaPluginVST3.cpp.o: CarlaPluginVST3.cpp + -@mkdir -p $(OBJDIR) + @echo "Compiling $<" + $(SILENT)$(CXX) $< $(BUILD_CXX_FLAGS) -ObjC++ -c -o $@ endif ifeq ($(USING_JUCE),true) diff --git a/source/native-plugins/external b/source/native-plugins/external index eb7d00e89..11e708407 160000 --- a/source/native-plugins/external +++ b/source/native-plugins/external @@ -1 +1 @@ -Subproject commit eb7d00e8974cac24b5be906c1b0d2f910d4fdc65 +Subproject commit 11e7084071bfe4206fd342658e9e5673dc9b3330