diff --git a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp index 176150e612..ae062599c7 100644 --- a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp @@ -25,7 +25,7 @@ #if JUCE_PLUGINHOST_LADSPA && JUCE_LINUX -#include +#include "ladspa.h" namespace juce {