Fix the std::string error introduced in integration.
This commit is contained in:
parent
17b6fc31eb
commit
75e5898513
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue