diff options
author | David Robillard <d@drobilla.net> | 2009-06-03 04:16:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-06-03 04:16:04 +0000 |
commit | 4baec44d69d855a28d234b375bdb902e89114356 (patch) | |
tree | 753b8a475248507cbf13812ae0770bb24f1122f5 /src/engine/LV2Info.hpp | |
parent | bb4f3f48003b20266862752e402ed492e28303bf (diff) | |
download | ingen-4baec44d69d855a28d234b375bdb902e89114356.tar.gz ingen-4baec44d69d855a28d234b375bdb902e89114356.tar.bz2 ingen-4baec44d69d855a28d234b375bdb902e89114356.zip |
Update bindings.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2079 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LV2Info.hpp')
-rw-r--r-- | src/engine/LV2Info.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp index b5833df8..63b1b9c2 100644 --- a/src/engine/LV2Info.hpp +++ b/src/engine/LV2Info.hpp @@ -29,6 +29,7 @@ #include "module/global.hpp" #include "module/World.hpp" #include "shared/LV2URIMap.hpp" +#include "shared/LV2Features.hpp" #include "lv2ext/lv2_uri_map.h" #include "lv2ext/lv2_event.h" |