std::shared_ptr
[dcpomatic.git] / src / lib / cross_windows.cc
index ad5a886643211b251174318a7f9d721711c903c1..1fe5556484e6b7a505a447dd77cc4e8c5972cbf1 100644 (file)
@@ -59,7 +59,7 @@ using std::cerr;
 using std::cout;
 using std::runtime_error;
 using std::map;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 
 static std::vector<pair<HANDLE, string> > locked_volumes;