libdcp API fixes for macOS/Windows.
[dcpomatic.git] / test / shuffler_test.cc
index 6d90ba27d99092f32dc3d850bb49c882fe7f1043..f6a2a358cd6ff0c6e114395f0134855fc3e54f34 100644 (file)
@@ -4,9 +4,13 @@
 #include <boost/test/unit_test.hpp>
 
 using std::list;
-using boost::shared_ptr;
-using boost::weak_ptr;
+using std::shared_ptr;
+using std::weak_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
+
 
 static void
 push (Shuffler& s, int frame, Eyes eyes)