summaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
Diffstat (limited to 'src/base')
-rw-r--r--src/base/str.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/str.cc b/src/base/str.cc
index 2df1c103c..1e2be95a8 100644
--- a/src/base/str.cc
+++ b/src/base/str.cc
@@ -334,6 +334,7 @@ STN(unsigned short);
STN(signed short);
STN(unsigned char);
STN(signed char);
+STN(char);
template<>
bool to_number<bool>(const string &value, bool &retval)