From 7879ce9b52d7953f88cb4bb0aa898f64701c8ce4 Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Tue, 18 Jul 2006 11:35:09 +0000 Subject: [PATCH] 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 --- test_drivers/smoke_test/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_drivers/smoke_test/test.cpp b/test_drivers/smoke_test/test.cpp index 0281656..6a62b00 100644 --- a/test_drivers/smoke_test/test.cpp +++ b/test_drivers/smoke_test/test.cpp @@ -2,7 +2,7 @@ #include #include #include -#include "utf8.h" +#include "../../source/utf8.h" using namespace utf8; using namespace std;