diff options
Diffstat (limited to 'src/shared/LV2Atom.cpp')
-rw-r--r-- | src/shared/LV2Atom.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/LV2Atom.cpp b/src/shared/LV2Atom.cpp index ea6a4fa2..fd1f9d4a 100644 --- a/src/shared/LV2Atom.cpp +++ b/src/shared/LV2Atom.cpp @@ -17,8 +17,8 @@ #include "raul/log.hpp" #include "raul/Atom.hpp" -#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h" -#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h" +#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h" #include "LV2Features.hpp" #include "LV2Atom.hpp" #include "LV2URIMap.hpp" |