a/src/utils/utf8iter.cpp b/src/utils/utf8iter.cpp
...
...
13
 *   along with this program; if not, write to the
13
 *   along with this program; if not, write to the
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#include <stdio.h>
17
#include <stdio.h>
18
#include <stdlib.h>
19
18
#include <string>
20
#include <string>
19
#include <iostream>
21
#include <iostream>
20
#include <list>
22
#include <list>
21
#include <vector>
23
#include <vector>
22
24