diff options
Diffstat (limited to 'src/lib/dcp_content.cc')
| -rw-r--r-- | src/lib/dcp_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index 3b90c9c4f..d4bd58e58 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -53,11 +53,11 @@ using std::pair; using std::vector; using std::list; using std::map; -using boost::shared_ptr; +using std::shared_ptr; using boost::scoped_ptr; using boost::optional; using boost::function; -using boost::dynamic_pointer_cast; +using std::dynamic_pointer_cast; #if BOOST_VERSION >= 106100 using namespace boost::placeholders; #endif |
