Fixed the relative path for utf8.h in test.cpp

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@9 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
ntrifunovic 2006-07-18 11:35:09 +00:00
parent 41d020864f
commit 7879ce9b52

View file

@ -2,7 +2,7 @@
#include <cassert>
#include <vector>
#include <iterator>
#include "utf8.h"
#include "../../source/utf8.h"
using namespace utf8;
using namespace std;