diff options
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r-- | lv2/input_lv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h index d6d4727..00e0b51 100644 --- a/lv2/input_lv2.h +++ b/lv2/input_lv2.h @@ -30,7 +30,7 @@ #include <audioinputengine.h> #include <midimapper.h> -#include "event-helpers.h" +#include <lv2/lv2plug.in/ns/ext/event/event-helpers.h> class InputLV2 : public AudioInputEngine { public: |