Add another type to raw/locale convert.
[libdcp.git] / src / raw_convert.h
index 4945c7f8bcc3f2f69f7d8ab88b2086579894804d..c7b04823732ed342c1f80eaf8ed0cbf5871b8bc8 100644 (file)
@@ -128,6 +128,10 @@ template <>
 long
 raw_convert (std::string v, int, bool);
 
+template <>
+unsigned long
+raw_convert (std::string v, int, bool);
+
 template <>
 long long
 raw_convert (std::string v, int, bool);