diff --git a/parse-xml.c b/parse-xml.c
index 2423b2cfb..3e320c9f3 100644
--- a/parse-xml.c
+++ b/parse-xml.c
@@ -1914,6 +1914,7 @@ static struct xslt_files {
{ "profile", "udcf.xslt" },
{ "Divinglog", "DivingLog.xslt" },
{ "csv", "csv2xml.xslt" },
+ { "sensuscsv", "sensuscsv.xslt" },
{ NULL, }
};
diff --git a/subsurface.qrc b/subsurface.qrc
index 970ac33f0..91703afb1 100644
--- a/subsurface.qrc
+++ b/subsurface.qrc
@@ -41,5 +41,6 @@
xslt/udcf.xslt
xslt/uddf-export.xslt
xslt/uddf.xslt
+ xslt/sensuscsv.xslt