From 6909a83e1fee2bef06942f1aa511a6e04623d028 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 12 Jul 2022 23:30:15 +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 7da21ed1da..27fd61666d 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 {