Commit 75e58985 authored by Jisi Liu's avatar Jisi Liu

Fix the std::string error introduced in integration.

parent 17b6fc31
......@@ -54,7 +54,7 @@ class MessageFactory;
#ifdef _SHARED_PTR_H
using shared_ptr;
using std::std::string;
using ::std::string;
#else
using internal::shared_ptr;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment