mirror of https://github.com/libAthena/athena.git
Add <string> header
This commit is contained in:
parent
eb06a6f00b
commit
be6361e130
|
@ -224,6 +224,7 @@ static inline utf8proc_ssize_t utf8proc_encode_char(utf8proc_int32_t uc, utf8pro
|
|||
|
||||
#ifdef __cplusplus
|
||||
#include <iterator>
|
||||
#include <string>
|
||||
|
||||
class UTF8Iterator : public std::iterator<std::forward_iterator_tag, uint32_t>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue