aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/str.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/str.h b/common/str.h
index 6b4475e1c4..2ad2626dc1 100644
--- a/common/str.h
+++ b/common/str.h
@@ -234,6 +234,8 @@ public:
static String vformat(const char *fmt, va_list args);
public:
+ typedef char value_type;
+ typedef unsigned char unsigned_type;
typedef char * iterator;
typedef const char * const_iterator;