From 2471e90fae61cc4a0833ef6912e8147a13adc593 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 29 Jul 2022 08:51:49 -0600 Subject: [PATCH] LV2 0.18.6 no longer provides a top-level lv2.h Until it does, standardize on a single include path for lv2.h, even if this path is the sort of thing that leads to CLAP --- libs/ardour/ardour/uri_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/ardour/ardour/uri_map.h b/libs/ardour/ardour/uri_map.h index 8f4f631e6f..fad6e16da7 100644 --- a/libs/ardour/ardour/uri_map.h +++ b/libs/ardour/ardour/uri_map.h @@ -27,8 +27,8 @@ #include -#include "lv2.h" -#include "lv2/lv2plug.in/ns/ext/urid/urid.h" +#include +#include #include "ardour/libardour_visibility.h"