summaryrefslogtreecommitdiff
path: root/devel/commoncpp/files/patch-src_mutex.cpp
blob: 8c8be2a62cb791a5f8644bf47e184bd4d33f6677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/mutex.cpp.orig	Sat Nov  5 19:54:24 2005
+++ src/mutex.cpp	Sat Nov  5 19:59:01 2005
@@ -48,6 +48,8 @@
 using namespace __gnu_cxx;
 #endif
 
+using namespace std;
+
 #ifdef	CCXX_NAMESPACES
 namespace ost {
 #endif