Merged up with build.
[m6w6/libmemcached] / libmemcached / exception.hpp
index 043779a6b8e8620bb43da5201892ea64cd8e655b..665c816fc10b3c69a160cf2936df4d2d5a070b31 100644 (file)
@@ -29,7 +29,7 @@ namespace memcache
 
     Exception(const char *msg, int in_errno)
       : 
-        std::runtime_error(string(msg)), 
+        std::runtime_error(std::string(msg)), 
         _errno(in_errno) {}
 
     virtual ~Exception() throw() {}