From 8f741a1910b1ef3977acdf83a0d3500348fb5508 Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Mon, 18 Dec 2006 02:20:56 +0000 Subject: [PATCH] A minor documentation fix git-svn-id: http://svn.code.sf.net/p/utfcpp/code@77 a809a056-fc17-0410-9590-b4f493f8b08e --- doc/utf8cpp.html | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/utf8cpp.html b/doc/utf8cpp.html index caf5253..5376e55 100644 --- a/doc/utf8cpp.html +++ b/doc/utf8cpp.html @@ -105,6 +105,7 @@ #include <iostream> #include <string> #include <vector> +#include "utf8.h" using namespace std; int main() {