]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPEntry.cpp
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPEntry.cpp
index 795a5f1832b3c6d66c7e84beb8bc9a6873808be8..325e2a4e50e7c2aede9179f345533e03743cd4d8 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "LDAPException.h"
 
+using namespace std;
+
 LDAPEntry::LDAPEntry(const LDAPEntry& entry){
     DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry(&)" << endl);
     m_dn=entry.m_dn;