]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPResult.cpp
some changes to make the library working with gcc 3.0 (mostly namespace
[openldap] / contrib / ldapc++ / src / LDAPResult.cpp
index 2dbe89f026b1ccd4973f1dfb5bb94f6a82cb237e..ea54d9bf2a25ed7fb35be4d534936618a472a44b 100644 (file)
@@ -10,6 +10,8 @@
 #include "LDAPRequest.h"
 #include "LDAPException.h"
 
+using namespace std;
+
 LDAPResult::LDAPResult(const LDAPRequest *req, LDAPMessage *msg) : 
         LDAPMsg(msg){
     if(msg != 0){