diff options
Diffstat (limited to 'src/URIs.cpp')
-rw-r--r-- | src/URIs.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/URIs.cpp b/src/URIs.cpp index d2d3d9fa..fcb3f8d4 100644 --- a/src/URIs.cpp +++ b/src/URIs.cpp @@ -23,6 +23,7 @@ #include "lv2/lv2plug.in/ns/ext/morph/morph.h" #include "lv2/lv2plug.in/ns/ext/patch/patch.h" #include "lv2/lv2plug.in/ns/ext/port-props/port-props.h" +#include "lv2/lv2plug.in/ns/ext/resize-port/resize-port.h" #include "lv2/lv2plug.in/ns/ext/time/time.h" #include "lv2/lv2plug.in/ns/lv2core/lv2.h" @@ -137,6 +138,7 @@ URIs::URIs(Forge& f, URIMap* map) , pprops_logarithmic (forge, map, LV2_PORT_PROPS__logarithmic) , rdf_type (forge, map, NS_RDF "type") , rdfs_seeAlso (forge, map, NS_RDFS "seeAlso") + , rsz_minimumSize (forge, map, LV2_RESIZE_PORT__minimumSize) , time_Position (forge, map, LV2_TIME__Position) , time_bar (forge, map, LV2_TIME__bar) , time_barBeat (forge, map, LV2_TIME__barBeat) |