]> git.sur5r.net Git - openldap/blobdiff - contrib/ldapc++/src/LDAPMessage.cpp
Entry rwlock is no longer needed as concurrency is managed
[openldap] / contrib / ldapc++ / src / LDAPMessage.cpp
index c678d965fc878f1cf754c8c2fd0158339fb776f8..5c33f650d1d51cee2a1fd3cfcf3e15e7bcb3117f 100644 (file)
@@ -14,6 +14,8 @@
 #include "debug.h"
 #include <iostream>
 
+using namespace std;
+
 LDAPMsg::LDAPMsg(LDAPMessage *msg){
     DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPMsg::LDAPMsg()" << endl);
     msgType=ldap_msgtype(msg);