Skip to content

Commit

Permalink
Fix VST3 plugin compilation when JUCE_PLUGINHOST_VST3=1
Browse files Browse the repository at this point in the history
  • Loading branch information
szarvas committed Dec 6, 2024
1 parent 4a5076d commit 67e7a63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-W#warnings",
#include <pluginterfaces/vst/ivstparameterchanges.h>
#include <pluginterfaces/vst/ivstplugview.h>
#include <pluginterfaces/vst/ivstprocesscontext.h>
#include <pluginterfaces/vst/ivstremapparamid.h>
#include <pluginterfaces/vst/vsttypes.h>
#include <pluginterfaces/vst/ivstunits.h>
#include <pluginterfaces/vst/ivstmidicontrollers.h>
Expand Down

0 comments on commit 67e7a63

Please sign in to comment.