std::shared_ptr
[dcpomatic.git] / test / subtitle_charset_test.cc
index 67bde8927be39aded93288208a24f9552ad177a9..ada358a6360be84c909dd64825f6815de8b8ea90 100644 (file)
@@ -26,8 +26,8 @@
 #include "lib/string_text_file_content.h"
 #include <boost/test/unit_test.hpp>
 
-using boost::shared_ptr;
-using boost::dynamic_pointer_cast;
+using std::shared_ptr;
+using std::dynamic_pointer_cast;
 
 /** Test parsing of UTF16 CR/LF input */
 BOOST_AUTO_TEST_CASE (subtitle_charset_test1)