diff --git a/src/utf8/checked.h b/src/utf8/checked.h index 0e662e2..83015f9 100644 --- a/src/utf8/checked.h +++ b/src/utf8/checked.h @@ -31,6 +31,7 @@ DEALINGS IN THE SOFTWARE. #include "core.h" #include #include +#include namespace utf8 { @@ -310,7 +311,7 @@ namespace utf8 typename octet_iterator, typename error_policy=ErrorPolicyThrow > - class iterator : public std::iterator { + class iterator : public std::iterator { octet_iterator it; octet_iterator range_start; octet_iterator range_end;