DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 9315bc71e7b578079b92dd1b1a1c4d3fc9dd7636
parent d5d3fdf53fb67a3ed5e08e81ab171767df9d7cf3
Author: falkTX <falktx@falktx.com>
Date:   Mon, 24 May 2021 11:36:38 +0100

Fix build

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdistrho/src/lv2/control-input-port-change-request.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distrho/src/lv2/control-input-port-change-request.h b/distrho/src/lv2/control-input-port-change-request.h @@ -23,7 +23,7 @@ #ifndef LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_H #define LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_H -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lv2.h" #define LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_URI "http://kx.studio/ns/lv2ext/control-input-port-change-request" #define LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_PREFIX LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_URI "#"