std::shared_ptr
[dcpomatic.git] / test / subtitle_trim_test.cc
index 2380449d8a4d9c8cee6aa345e41864df95d3ea3d..3a615c8d83d4a3976cc636779c04b216fd8d3916 100644 (file)
@@ -23,7 +23,8 @@
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
+using namespace dcpomatic;
 
 /** Check for no crash when trimming DCP subtitles (#1275) */
 BOOST_AUTO_TEST_CASE (subtitle_trim_test1)