You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
457B

  1. diff --git a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
  2. index d528a27..05aa7e0 100644
  3. --- a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
  4. +++ b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp
  5. @@ -26,7 +26,7 @@
  6. } // (juce namespace)
  7. -#include <ladspa.h>
  8. +#include "ladspa.h"
  9. namespace juce
  10. {