std::shared_ptr
[dcpomatic.git] / src / wx / timing_panel.cc
index 195887a298d3b69f5510ac81e520e9ccb869a285..82aaadedde7047052d64ef62afcae0b384432ee0 100644 (file)
@@ -50,9 +50,9 @@ DCPOMATIC_ENABLE_WARNINGS
 using std::cout;
 using std::string;
 using std::set;
-using boost::shared_ptr;
-using boost::weak_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::weak_ptr;
+using std::dynamic_pointer_cast;
 using boost::optional;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;