Index: include/cc++/ftp.h =================================================================== RCS file: /cvsroot/commoncpp/commoncpp2/include/cc++/ftp.h,v retrieving revision 1.3 diff -u -3 -p -r1.3 ftp.h --- include/cc++/ftp.h 21 Aug 2002 17:10:25 -0000 1.3 +++ include/cc++/ftp.h 25 Aug 2002 05:17:07 -0000 @@ -31,6 +31,8 @@ #include #ifdef CCXX_NAMESPACES +using namespace std; + namespace ost { using std::string; using std::set;