]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPAddRequest.cpp
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPAddRequest.cpp
index c1cf40dd7bd79ffa1fae52504e9047fe9f735615..0cad59ec11c6bf43672c7ebfb34143d41b691a7a 100644 (file)
@@ -14,6 +14,8 @@
 #include "LDAPMessageQueue.h"
 #include "LDAPResult.h"
 
+using namespace std;
+
 LDAPAddRequest::LDAPAddRequest(const LDAPAddRequest& req) :
         LDAPRequest(req){
     DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPAddRequest::LDAPAddRequest(&)" << endl);