Fix for the bug [name clash with std::next - ID: 3215839]

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@122 a809a056-fc17-0410-9590-b4f493f8b08e

Conflicts:
	v2_0/test_drivers/performance/iconvtest.cpp
This commit is contained in:
ntrifunovic 2011-06-24 23:21:41 +00:00 committed by King_DuckZ
parent 7ed2b4457b
commit a5c5cc8019
4 changed files with 122 additions and 121 deletions

View file

@ -1,4 +1,5 @@
#include <iconv.h>
#include <string.h>
#include "../../source/utf8.h"
#include "timer.h"
#include <fstream>