]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPRebindAuth.cpp
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPRebindAuth.cpp
index db7e5147fca6d157a6879bd58fb1e4141abe577f..248cc40b37294f927da0c8fe9462ef055fea9d03 100644 (file)
@@ -8,6 +8,8 @@
 #include "LDAPRebindAuth.h"
 #include "debug.h"
 
+using namespace std;
+
 LDAPRebindAuth::LDAPRebindAuth(const string& dn, const string& pwd){
     DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth()" << endl);
     DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,"   dn:" << dn << endl