Some macOS test build fixes.
[dcpomatic.git] / test / dcp_playback_test.cc
index 2cabd0a0b266cc7dac24a309ebeab64d05e89297..120fecede9b17ab4dbfca8b3f43a7b63428f6c1a 100644 (file)
@@ -28,6 +28,9 @@
 using std::pair;
 using boost::shared_ptr;
 using boost::optional;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 using namespace dcpomatic;
 
 /** Simulate the work that the player does, for profiling */