]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPException.cpp
Entry rwlock is no longer needed as concurrency is managed
[openldap] / contrib / ldapc++ / src / LDAPException.cpp
index 2b4d417e494d8160578c03c0dfa0b5b6cb14a333..5038df613b794eba9b005dc54c49949e0b0496dd 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "LDAPAsynConnection.h"
 
+using namespace std;
+
 LDAPException::LDAPException(int res_code, const string& err_string){
        m_res_code=res_code;
        m_res_string=string(ldap_err2string(res_code));