From 035db24c248c7fc2a92e3748110ae50adf45067c Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 26 Nov 2023 12:10:45 +0100 Subject: [PATCH] Allow to use local ladspa header 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 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 {