+ small fix in #include to avoid compilation error

This commit is contained in:
kelson42 2010-10-31 07:53:32 +00:00
parent db246168b1
commit 69586116ed
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <zim/file.h> #include <zim/file.h>
#include <zim/article.h> #include <zim/article.h>
#include <zim/fileiterator.h> #include <zim/fileiterator.h>
#include "clucene/myhtmlparse.h" #include "xapian/myhtmlparse.h"
#include "indexer.h" #include "indexer.h"
using namespace std; using namespace std;