summaryrefslogtreecommitdiff
path: root/src/raw_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw_convert.h')
-rw-r--r--src/raw_convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/raw_convert.h b/src/raw_convert.h
index 4945c7f8..c7b04823 100644
--- a/src/raw_convert.h
+++ b/src/raw_convert.h
@@ -129,6 +129,10 @@ 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);