diff --git a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp index f06e0781dd..4914d918cc 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 || JUCE_BSD) -#include +#include "ladspa.h" namespace juce {