]> sjero.net Git - linphone/commitdiff
add missing using namespace::std
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 26 Apr 2012 09:30:50 +0000 (11:30 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 26 Apr 2012 09:30:50 +0000 (11:30 +0200)
coreapi/TunnelManager.cc

index b8f1dae4890e4ca453c435d1bbf964cc3931218c..3e998cb74bfb99ad2434f2ace5664b06784b412c 100644 (file)
@@ -25,6 +25,7 @@
 
 
 using namespace belledonnecomm;
+using namespace ::std;
 
 Mutex TunnelManager::sMutex;