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