summaryrefslogtreecommitdiff
path: root/src/locale_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale_convert.h')
-rw-r--r--src/locale_convert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale_convert.h b/src/locale_convert.h
index d8d84711..aaf0dd6e 100644
--- a/src/locale_convert.h
+++ b/src/locale_convert.h
@@ -144,6 +144,10 @@ long long
locale_convert (std::string x, int, bool);
template <>
+unsigned long long
+locale_convert (std::string x, int, bool);
+
+template <>
float
locale_convert (std::string x, int, bool);