From d12a09a43cf271ea2251a287208ebe573029f72d Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 21 Feb 2023 19:24:28 +0100 Subject: [PATCH] Allow local ladspa file Signed-off-by: falkTX --- .../format_types/juce_LADSPAPluginFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {