diff options
author | David Robillard <d@drobilla.net> | 2008-05-20 00:56:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-05-20 00:56:00 +0000 |
commit | 99ea289658f06b2ff53cebd91113c1f1db6c0e09 (patch) | |
tree | c1736698b639aebf32a9bc607129246300c5e809 /src/libs/engine | |
parent | 6b37e76f16fa1e51cd6d6f347a3d5e1206348a49 (diff) | |
download | ingen-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')
-rw-r--r-- | src/libs/engine/LV2Info.hpp | 4 |
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 { |