Fix macOS build.
[dcpomatic.git] / test / recover_test.cc
index ad7f475bc0eb5e554a73075cb93ba7c2a24a88c7..01afa5e92b13406c0e174d965e4885d0514a83be 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/recover_test.cc
  *  @brief Test recovery of a DCP transcode after a crash.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "test.h"
@@ -38,6 +38,9 @@
 using std::cout;
 using std::string;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 static void
 note (dcp::NoteType t, string n)