std::shared_ptr
[dcpomatic.git] / src / lib / cross_linux.cc
index 27822a1d35761ab1a8828d9e2a19020517943109..247bf4aabc3f6addcffb7d821a483c467de273d9 100644 (file)
@@ -57,7 +57,7 @@ using std::vector;
 using std::cerr;
 using std::cout;
 using std::runtime_error;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::optional;
 using boost::function;