diff --git a/common/str.h b/common/str.h index 6b4475e1c4f..2ad2626dc18 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;