From 69586116ed027ef305e022763c8cad3b442bf1f9 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sun, 31 Oct 2010 07:53:32 +0000 Subject: [PATCH] + small fix in #include to avoid compilation error --- src/common/kiwix/cluceneIndexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kiwix/cluceneIndexer.h b/src/common/kiwix/cluceneIndexer.h index 28d1aa389..6a2454b2a 100644 --- a/src/common/kiwix/cluceneIndexer.h +++ b/src/common/kiwix/cluceneIndexer.h @@ -10,7 +10,7 @@ #include #include #include -#include "clucene/myhtmlparse.h" +#include "xapian/myhtmlparse.h" #include "indexer.h" using namespace std;