add missing using namespace::std

This commit is contained in:
Simon Morlat 2012-04-26 11:30:50 +02:00
parent ea6dd35f76
commit 38d4730be5

View file

@ -25,6 +25,7 @@
using namespace belledonnecomm;
using namespace ::std;
Mutex TunnelManager::sMutex;