blob: e427e1237908cc8bbaba27775d2c0be8e4e69b57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|