From 38d4730be5d172c13d0bd58a53c397c140f81231 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 26 Apr 2012 11:30:50 +0200 Subject: [PATCH] add missing using namespace::std --- coreapi/TunnelManager.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/TunnelManager.cc b/coreapi/TunnelManager.cc index b8f1dae4..3e998cb7 100644 --- a/coreapi/TunnelManager.cc +++ b/coreapi/TunnelManager.cc @@ -25,6 +25,7 @@ using namespace belledonnecomm; +using namespace ::std; Mutex TunnelManager::sMutex; -- 2.39.2