diff options
Diffstat (limited to 'src/engine/LV2Info.cpp')
-rw-r--r-- | src/engine/LV2Info.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LV2Info.cpp b/src/engine/LV2Info.cpp index 0737ed92..0c226c65 100644 --- a/src/engine/LV2Info.cpp +++ b/src/engine/LV2Info.cpp @@ -18,7 +18,7 @@ #define __STDC_LIMIT_MACROS 1 #include <cassert> #include <stdint.h> -#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h" #include "LV2Info.hpp" #include "module/World.hpp" #include "LV2Features.hpp" |