[sword-svn] r1873 - trunk/src/modules/texts/rawtext
jansorg at crosswire.org
jansorg at crosswire.org
Wed Dec 21 11:22:36 MST 2005
Author: jansorg
Date: 2005-12-21 11:22:27 -0700 (Wed, 21 Dec 2005)
New Revision: 1873
Modified:
trunk/src/modules/texts/rawtext/rawtext.cpp
Log:
Fixes so it compiles for me
Modified: trunk/src/modules/texts/rawtext/rawtext.cpp
===================================================================
--- trunk/src/modules/texts/rawtext/rawtext.cpp 2005-12-17 23:45:01 UTC (rev 1872)
+++ trunk/src/modules/texts/rawtext/rawtext.cpp 2005-12-21 18:22:27 UTC (rev 1873)
@@ -11,8 +11,10 @@
#include <utilstr.h>
#include <rawverse.h>
#include <rawtext.h>
+#include <rawstr.h>
#include <filemgr.h>
#include <versekey.h>
+#include <stringmgr.h>
#include <regex.h> // GNU
#include <map>
@@ -25,7 +27,6 @@
using std::find;
#endif
-
SWORD_NAMESPACE_START
#ifndef USELUCENE
More information about the sword-cvs
mailing list