1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/commoncpp/files/patch-src_mutex.cpp
Jose Alonso Cardenas Marquez 9135a217e5 - Update to 1.8.1
PR:		170586
Submitted by:	Waitman Gobble <uzimac  at  da3m0n8t3r.com>
2012-12-13 16:06:43 +00:00

11 lines
252 B
C++

--- src/mutex.cpp 2010-10-31 16:56:23.000000000 -0700
+++ src/mutex.cpp 2012-08-12 20:34:58.000000000 -0700
@@ -50,6 +50,8 @@
using namespace __gnu_cxx;
#endif
+using namespace std;
+
#ifdef CCXX_NAMESPACES
namespace ost {
using namespace std;