8a633b59af
BibleTime is a powerful Bible study application for the K Desktop Environment running on Unix operating systems. BibleTime is based on the Sword library which provides access to all the different text modules created by the Crosswire Bible Society. PR: ports/34981 Submitted by: Willem van Engen <wvengen+port@stack.nl>
13 lines
425 B
C++
13 lines
425 B
C++
diff -ruN bibletime/backend/cswordbookmoduleinfo.cpp bibletime/backend/cswordbookmoduleinfo.cpp
|
|
--- bibletime/backend/cswordbookmoduleinfo.cpp Sun Apr 7 01:12:21 2002
|
|
+++ bibletime/backend/cswordbookmoduleinfo.cpp Wed Jun 19 17:31:40 2002
|
|
@@ -18,6 +18,9 @@
|
|
//BibleTime includes
|
|
#include "cswordbookmoduleinfo.h"
|
|
|
|
+//Other includes
|
|
+#include <iostream.h>
|
|
+
|
|
//Sword includes
|
|
#include <treekeyidx.h>
|
|
#include <treekey.h>
|