From 98390d24ae69bb772d6e6b9615871b22eaf49c12 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 19 Aug 2017 14:40:21 +0100 Subject: [PATCH] Allow local ladspa headers --- .../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 7ec05c1ed1..945f27263c 100644 --- a/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_LADSPAPluginFormat.cpp @@ -28,7 +28,7 @@ } // (juce namespace) -#include +#include "ladspa.h" namespace juce {