c++11-ification.
[dcpomatic.git] / test / audio_merger_test.cc
index 3a274ff1aeb8ba2d21f1c72d88b458d93d9ea5b0..d8e5b0e267cf5d8e1640fee0e7f8562853128285 100644 (file)
@@ -30,7 +30,7 @@
 #include "test.h"
 #include <dcp/raw_convert.h>
 #include <boost/test/unit_test.hpp>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
 #include <boost/function.hpp>
 #include <boost/signals2.hpp>
 #include <iostream>
@@ -39,7 +39,7 @@ using std::pair;
 using std::list;
 using std::cout;
 using std::string;
-using boost::shared_ptr;
+using std::shared_ptr;
 using boost::bind;
 using namespace dcpomatic;