Fix missing version string when Popen communicate returns byte strings.
[libdcp.git] / src / raw_convert.h
index 8ce5220e0ae52b5fb4f379e4170bf8116634125a..af2a1e37db5ec2fc400674a7e2d9102fcc658315 100644 (file)
@@ -112,6 +112,10 @@ template <>
 long
 raw_convert (std::string v, int, bool);
 
+template <>
+long long
+raw_convert (std::string v, int, bool);
+
 template <>
 int
 raw_convert (char const * v, int, bool);