summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LV2Info.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-05-20 00:56:00 +0000
committerDavid Robillard <d@drobilla.net>2008-05-20 00:56:00 +0000
commit99ea289658f06b2ff53cebd91113c1f1db6c0e09 (patch)
treec1736698b639aebf32a9bc607129246300c5e809 /src/libs/engine/LV2Info.hpp
parent6b37e76f16fa1e51cd6d6f347a3d5e1206348a49 (diff)
downloadingen-99ea289658f06b2ff53cebd91113c1f1db6c0e09.tar.gz
ingen-99ea289658f06b2ff53cebd91113c1f1db6c0e09.tar.bz2
ingen-99ea289658f06b2ff53cebd91113c1f1db6c0e09.zip
Fix LV2 include issues.
Fix GCC 4.3 compilation. git-svn-id: http://svn.drobilla.net/lad/ingen@1220 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/LV2Info.hpp')
-rw-r--r--src/libs/engine/LV2Info.hpp4
1 files changed, 2 insertions, 2 deletions
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 {