Merge branch 'master' of ssh://git.carlh.net/home/carl/git/libdcp
[libdcp.git] / src / raw_convert.h
index 90d94771f89c50546d79e9535945d3017b9e9f3b..4945c7f8bcc3f2f69f7d8ab88b2086579894804d 100644 (file)
@@ -112,6 +112,14 @@ template <>
 std::string
 raw_convert (char v, int, bool);
 
+template <>
+unsigned char
+raw_convert (std::string v, int, bool);
+
+template <>
+unsigned short int
+raw_convert (std::string v, int, bool);
+
 template <>
 int
 raw_convert (std::string v, int, bool);