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