diff options
Diffstat (limited to 'src/shared/LV2Features.hpp')
-rw-r--r-- | src/shared/LV2Features.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/LV2Features.hpp b/src/shared/LV2Features.hpp index aaae3b67..eef056d5 100644 --- a/src/shared/LV2Features.hpp +++ b/src/shared/LV2Features.hpp @@ -27,9 +27,10 @@ namespace Ingen { +class Node; + namespace Shared { -class Node; class World; /** Stuff that may need to be passed to an LV2 plugin (i.e. LV2 features). |