[sword-svn] r1878 - trunk/utilities
chrislit at crosswire.org
chrislit at crosswire.org
Thu Jan 5 01:31:48 MST 2006
Author: chrislit
Date: 2006-01-05 01:31:43 -0700 (Thu, 05 Jan 2006)
New Revision: 1878
Modified:
trunk/utilities/imp2ld.cpp
trunk/utilities/installmgr.cpp
trunk/utilities/mod2vpl.cpp
Log:
included stdio.h in a few more files to permit compilation (InstallMgr still can't link)
Modified: trunk/utilities/imp2ld.cpp
===================================================================
--- trunk/utilities/imp2ld.cpp 2005-12-30 07:58:39 UTC (rev 1877)
+++ trunk/utilities/imp2ld.cpp 2006-01-05 08:31:43 UTC (rev 1878)
@@ -1,4 +1,3 @@
-#include <iostream>
#include <string>
#include <vector>
#include <fstream>
@@ -6,6 +5,7 @@
#include <rawld4.h>
#include <zld.h>
#include <zipcomprs.h>
+#include <stdio.h>
using std::string;
Modified: trunk/utilities/installmgr.cpp
===================================================================
--- trunk/utilities/installmgr.cpp 2005-12-30 07:58:39 UTC (rev 1877)
+++ trunk/utilities/installmgr.cpp 2006-01-05 08:31:43 UTC (rev 1878)
@@ -4,6 +4,7 @@
#include <iostream>
#include <string>
#include <swmodule.h>
+#include <stdio.h>
using namespace sword;
using std::cout;
Modified: trunk/utilities/mod2vpl.cpp
===================================================================
--- trunk/utilities/mod2vpl.cpp 2005-12-30 07:58:39 UTC (rev 1877)
+++ trunk/utilities/mod2vpl.cpp 2006-01-05 08:31:43 UTC (rev 1878)
@@ -2,6 +2,7 @@
#include <swmodule.h>
#include <swkey.h>
#include <versekey.h>
+#include <stdio.h>
#include <iostream>
#ifndef NO_SWORD_NAMESPACE
using sword::SWMgr;
More information about the sword-cvs
mailing list