]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPAttribute.cpp
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPAttribute.cpp
index cf71694685512d1e4fd698fdd223e5b74319eda5..d5914024171a4266a336ad39e0f2a36162707e7b 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "LDAPAttribute.h"
 
+using namespace std;
 
 LDAPAttribute::LDAPAttribute(){
     DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAttribute::LDAPAttribute( )" << endl);