Update of /cvsroot/mahogany/M/src/adb
In directory usw-pr-cvs1:/tmp/cvs-serv17095/src/adb

Modified Files:
        ProvBbdb.cpp 
Log Message:
using wxUSE_IOSTREAMH for including <iostream.h> or <iostream>

Index: ProvBbdb.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/ProvBbdb.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -b -u -2 -r1.29 -r1.30
--- ProvBbdb.cpp        13 Sep 2002 01:27:47 -0000      1.29
+++ ProvBbdb.cpp        19 Oct 2002 17:40:39 -0000      1.30
@@ -56,5 +56,9 @@
 #include "kbList.h"
 
-#include <fstream.h>
+#if wxUSE_IOSTREAMH
+#  include <fstream.h>
+#else
+#  include <fstream>
+#endif
 
 // ----------------------------------------------------------------------------



-------------------------------------------------------
This sf.net email is sponsored by:
Access Your PC Securely with GoToMyPC. Try Free Now
https://www.gotomypc.com/s/OSND/DD
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to