std::shared_ptr
[dcpomatic.git] / src / lib / encode_server.cc
index 9e096fdfac037f852fc820bbd3c2414c8ca325c8..a14578a6bd7774fbab8e7b365e9b3866e2bf4818 100644 (file)
@@ -60,7 +60,7 @@ using std::list;
 using std::cout;
 using std::cerr;
 using std::fixed;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::thread;
 using boost::bind;
 using boost::scoped_array;