Fix the std::string error introduced in integration.

This commit is contained in:
Jisi Liu 2016-05-05 16:04:30 -07:00
parent 17b6fc31eb
commit 75e5898513

View file

@ -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