From 99ea289658f06b2ff53cebd91113c1f1db6c0e09 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 May 2008 00:56:00 +0000 Subject: Fix LV2 include issues. Fix GCC 4.3 compilation. git-svn-id: http://svn.drobilla.net/lad/ingen@1220 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LV2Info.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/LV2Info.hpp') diff --git a/src/libs/engine/LV2Info.hpp b/src/libs/engine/LV2Info.hpp index 1fff0b92..d7da8185 100644 --- a/src/libs/engine/LV2Info.hpp +++ b/src/libs/engine/LV2Info.hpp @@ -29,8 +29,8 @@ #include "module/global.hpp" #include "module/World.hpp" #include "shared/LV2URIMap.hpp" -#include "lv2/uri_map/lv2_uri_map.h" -#include "lv2/event/lv2_event.h" +#include "lv2ext/lv2_uri_map.h" +#include "lv2ext/lv2_event.h" namespace Ingen { -- cgit v1.2.1