std::shared_ptr
[dcpomatic.git] / test / butler_test.cc
index 9340ebe75862336dc3315273f0ea569ac926e1be..8a588dcc9f8a5e2156cf119976c9d6d6559037e6 100644 (file)
@@ -28,7 +28,7 @@
 #include "test.h"
 #include <boost/test/unit_test.hpp>
 
-using boost::shared_ptr;
+using std::shared_ptr;
 #if BOOST_VERSION >= 106100
 using namespace boost::placeholders;
 #endif