]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPControl.cpp
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPControl.cpp
index b5b61f391d150534488687d13e4538a189470b0a..073191cfa569ccf5446bc2bc81821c41711ea6f5 100644 (file)
@@ -6,6 +6,9 @@
 
 #include "LDAPControl.h"
 #include "debug.h"
+
+using namespace std;
+
 LDAPCtrl::LDAPCtrl(const LDAPCtrl& c){
     DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPCtrl::LDAPCtrl(&)" << endl);
     m_oid=c.m_oid;