diff options
Diffstat (limited to 'src/shared/LV2URIMap.hpp')
-rw-r--r-- | src/shared/LV2URIMap.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp index 8821c4f6..a6642c28 100644 --- a/src/shared/LV2URIMap.hpp +++ b/src/shared/LV2URIMap.hpp @@ -26,7 +26,7 @@ #include <map> #include <string> #include <boost/utility.hpp> -#include <slv2/slv2.h> +#include "slv2/slv2.h" #include "common/lv2ext/lv2_uri_map.h" namespace Ingen { |