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:
parent
41d020864f
commit
7879ce9b52
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <iterator>
|
||||
#include "utf8.h"
|
||||
#include "../../source/utf8.h"
|
||||
using namespace utf8;
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in a new issue