diff options
Diffstat (limited to 'src/stl_binary_reader.cc')
| -rw-r--r-- | src/stl_binary_reader.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stl_binary_reader.cc b/src/stl_binary_reader.cc index 467830c..f441aec 100644 --- a/src/stl_binary_reader.cc +++ b/src/stl_binary_reader.cc @@ -36,7 +36,7 @@ using boost::lexical_cast; using boost::algorithm::replace_all; using boost::is_any_of; using boost::locale::conv::utf_to_utf; -using boost::shared_ptr; +using std::shared_ptr; using namespace sub; namespace sub { |
